From bc889aa72f3c4d52c1be4ab59b953b567297e04b Mon Sep 17 00:00:00 2001 From: systemroller Date: Fri, 9 Feb 2024 02:07:36 +0000 Subject: [PATCH] Collection version was updated --- collection_release.yml | 4 ++-- galaxy.yml | 2 +- lsr_role2collection/COLLECTION_CHANGELOG.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/collection_release.yml b/collection_release.yml index b99725db..777490e5 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -61,7 +61,7 @@ cockpit: ref: 1.5.3 sourcenum: 20 podman: - ref: 1.4.5 + ref: 1.4.6 sourcenum: 21 ad_integration: ref: 1.4.1 @@ -73,7 +73,7 @@ journald: ref: 1.2.3 sourcenum: 24 postgresql: - ref: 1.3.3 + ref: 1.3.4 sourcenum: 25 systemd: ref: 1.1.2 diff --git a/galaxy.yml b/galaxy.yml index 64f4c229..01d3b92e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: "fedora" name: "linux_system_roles" -version: "1.72.0" +version: "1.72.1" description: "Ansible roles for linux system components management" authors: diff --git a/lsr_role2collection/COLLECTION_CHANGELOG.md b/lsr_role2collection/COLLECTION_CHANGELOG.md index a7ebb940..b9646692 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +[1.72.1] - 2024-02-09 +--------------------- + +### Bug Fixes + +- podman - fix: ensure user linger is enabled and disabled correctly (#127) + [1.72.0] - 2024-02-08 ---------------------