Release 1.2.0 commit

This commit is contained in:
Andrew Klychkov
2021-03-08 13:45:10 +01:00
parent 0a56fb0e46
commit edec4d767d
7 changed files with 65 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
release_summary: |-
This is the minor release of the ``ansible.posix`` collection.
This changelog contains all changes to the modules in this collection that
have been added after the release of ``ansible.posix`` 1.1.0.

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- sysctl - do not persist sysctl when value is invalid (https://github.com/ansible-collections/ansible.posix/pull/101)
- sysctl - do not persist sysctl when value is invalid (https://github.com/ansible-collections/ansible.posix/pull/101).

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- synchronize - Fix for private_key overriding in synchronize module
- synchronize - fix for private_key overriding in synchronize module.

View File

@@ -1,2 +1,2 @@
minor_changes:
- firewalld - Bring the ``target`` feature back (https://github.com/ansible-collections/ansible.posix/issues/112).
- firewalld - bring the ``target`` feature back (https://github.com/ansible-collections/ansible.posix/issues/112).