1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add changelog fragments for #17, #18, #19, #24, #26, #36, #37, #39. (#74)

This commit is contained in:
Felix Fontein 2020-03-31 10:50:48 +02:00 committed by GitHub
parent be191cce6c
commit e92f288d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "postgres_user - Remove false positive ``no_log`` warning for ``no_password_changes`` option"

View file

@ -0,0 +1,2 @@
bugfixes:
- "mysql_user - Remove false positive ``no_log`` warning for ``update_password`` option"

View file

@ -0,0 +1,2 @@
bugfixes:
- "passwordstore lookup - Honor equal sign in userpass"

View file

@ -0,0 +1,2 @@
minor_changes:
- "homebrew - New option ``upgrade_options`` allows to pass flags to upgrade"

View file

@ -0,0 +1,2 @@
bugfixes:
- "influxdb_user - Don't grant admin privilege in check mode"

View file

@ -0,0 +1,2 @@
minor_changes:
- "homebrew - ``install_options`` is now validated to be a list of strings."

View file

@ -0,0 +1,2 @@
minor_changes:
- "homebrew_tap - ``name`` is now validated to be a list of strings."

View file

@ -0,0 +1,2 @@
bugfixes:
- "routeros_facts - Prevent crash of module when ``ipv6`` package is not installed"