Release 1.5.4

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller
2023-05-10 13:17:59 -05:00
parent ae0380d671
commit 3bbf2e3cd5
12 changed files with 45 additions and 26 deletions

View File

@@ -1,3 +0,0 @@
---
trivial:
- fix profile_tasks callback documentation by using correct markup

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- firewall - Fix issue where adding an interface to a zone would fail when the daemon is offline

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- firewalld - Consider value of masquerade and icmp_block_inversion parameters when a boolean like value is passed

View File

@@ -1,2 +0,0 @@
minor_changes:
- json and jsonl - Add the ``path`` attribute into the play and task output

View File

@@ -1,2 +0,0 @@
minor_changes:
- json and jsonl - Add the ``ANSIBLE_JSON_INDENT`` parameter

View File

@@ -1,3 +0,0 @@
---
trivial:
- CI - update AZP to support stable-2.15 branch (https://github.com/ansible-collections/ansible.posix/issues/444).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- Support new sanity test for the ansible-core devel branch CI test (https://github.com/ansible-collections/ansible.posix/issues/446).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- firewall - Fix issue where opening a specific port resulted in opening the whole protocol of the specified port

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- "Fix sysctl integration test failing on newer versions of core. Previously NoneType was allowable, now it fails to convert to a str type."