fixed random pwd cleanup

This commit is contained in:
AnsibleGuy 2022-08-09 18:47:09 +02:00
parent 37d3fe6ced
commit cd1af1f979
1 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,6 @@
ansible.builtin.file:
path: "{{ tmp_pwd_file_prefix }}_mysql"
state: absent
delegate_to: localhost
become: false
changed_when: false