Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I477f0a1cccae41f188b8ad4b4c3f0c53fad85ea5
(cherry picked from commit 2a1f8dcf48)
This commit is contained in:
Jean-Philippe Evrard 2018-04-11 13:45:43 +02:00
parent 0506e3c3f5
commit c62c194ab7
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
password: "{{ molteniron_container_mysql_password }}"
priv: "*.*:ALL,GRANT"
state: present
no_log: true
- name: start molteniron server
shell: |
@ -98,3 +99,4 @@
executable: /bin/bash
with_items: "{{ molteniron_baremetal_nodes }}"
changed_when: true
no_log: true