You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because force_update_password doesn't contain sensitive information (but matches the pattern "password") we need to explicitly set no_log=False to avoid a warning for users.
TASK [Provision DB] *********************************************************************
[WARNING]: Module did not set no_log for force_update_password
changed: [localhost]
EXPECTED RESULTS
No warning
ACTUAL RESULTS
[WARNING]: Module did not set no_log for force_update_password
The text was updated successfully, but these errors were encountered:
…tions#241)
This patch ensures a `ec2_vol` calls will return the up to date
tag structure.
Previously, the module was returning the origin tag dictionary.
SUMMARY
Because force_update_password doesn't contain sensitive information (but matches the pattern "password") we need to explicitly set no_log=False to avoid a warning for users.
(spotted on #240)
ISSUE TYPE
COMPONENT NAME
rds_instance
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Debian 10.5
STEPS TO REPRODUCE
Run a playbook with the following task:
The task shows
EXPECTED RESULTS
No warning
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: