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 ---------------------