mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
parent
be191cce6c
commit
e92f288d5b
8 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "postgres_user - Remove false positive ``no_log`` warning for ``no_password_changes`` option"
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "mysql_user - Remove false positive ``no_log`` warning for ``update_password`` option"
|
2
changelogs/fragments/19-passwordstore-equal-sign.yml
Normal file
2
changelogs/fragments/19-passwordstore-equal-sign.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "passwordstore lookup - Honor equal sign in userpass"
|
2
changelogs/fragments/24-homebrew-upgrade_options.yml
Normal file
2
changelogs/fragments/24-homebrew-upgrade_options.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "homebrew - New option ``upgrade_options`` allows to pass flags to upgrade"
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "influxdb_user - Don't grant admin privilege in check mode"
|
2
changelogs/fragments/36-homebrew-elements.yml
Normal file
2
changelogs/fragments/36-homebrew-elements.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "homebrew - ``install_options`` is now validated to be a list of strings."
|
2
changelogs/fragments/37-homebrew_tap-elements.yml
Normal file
2
changelogs/fragments/37-homebrew_tap-elements.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "homebrew_tap - ``name`` is now validated to be a list of strings."
|
2
changelogs/fragments/39-routeros_facts-ipv6-crash.yml
Normal file
2
changelogs/fragments/39-routeros_facts-ipv6-crash.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "routeros_facts - Prevent crash of module when ``ipv6`` package is not installed"
|
Loading…
Reference in a new issue