Release 1.5.2 commit

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2023-04-07 13:57:13 +09:00
parent ce24b6c746
commit 26c182c8ef
26 changed files with 595 additions and 99 deletions

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- Fixed a bug where firewalld module fails to create/remove zones when the daemon is stopped

View File

@@ -1,2 +0,0 @@
trivial:
- "synchronize - fix broken ``seealso`` module reference (https://github.com/ansible-collections/ansible.posix/pull/413)."

View File

@@ -1,2 +0,0 @@
minor_changes:
- firewalld - add `protocol` parameter

View File

@@ -1,2 +0,0 @@
trivial:
- patch - fix format syntax and boolean values on document (https://github.com/ansible-collections/ansible.posix/pull/419).

View File

@@ -1,2 +0,0 @@
trivial:
- ansible.posix - removed unused module import from the code.

View File

@@ -1,4 +0,0 @@
---
trivial:
- firewalld_info - fixed typo in return value and improved examples in documentation

View File

@@ -1,2 +0,0 @@
bugfixes:
- rhel_facts - Call exit_json with all keyword arguments

View File

@@ -1,2 +0,0 @@
minor_changes:
- Add jsonl callback plugin to ansible.posix collection