This commit is contained in:
nazunalika 2022-06-03 20:15:53 -07:00
parent df870050aa
commit d7843b2a0a
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
post_tasks:
- name: Touching run file that ansible has ran here
ansible.builtin.files:
ansible.builtin.file:
path: /var/log/ansible.run
state: touch
mode: '0644'