fixed random pwd cleanup
This commit is contained in:
parent
37d3fe6ced
commit
cd1af1f979
|
|
@ -16,3 +16,6 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ tmp_pwd_file_prefix }}_mysql"
|
path: "{{ tmp_pwd_file_prefix }}_mysql"
|
||||||
state: absent
|
state: absent
|
||||||
|
delegate_to: localhost
|
||||||
|
become: false
|
||||||
|
changed_when: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue