Skip to content
Snippets Groups Projects
Commit ac7ad17b authored by Chris Croome's avatar Chris Croome
Browse files

Read MariaDB passwd in check mode

parent 4b19c7da
No related branches found
No related tags found
No related merge requests found
Pipeline #23806 passed
......@@ -125,6 +125,7 @@
- name: "The mariadb_password loaded from {{ mariadb_mycnf }} since the file exists and the password was not set"
ansible.builtin.command: "my_print_defaults --defaults-file='{{ mariadb_mycnf }}' client"
check_mode: false
changed_when: false
register: mariadb_my_print_defaults_command
no_log: "{% if ansible_verbosity <= 2 %}true{% else %}false{% endif %}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment