From d7843b2a0a0856098d440366f3efacbd39d0384a Mon Sep 17 00:00:00 2001 From: nazunalika Date: Fri, 3 Jun 2022 20:15:53 -0700 Subject: [PATCH] fix role --- role-gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/role-gitea.yml b/role-gitea.yml index 62de161..108a55a 100644 --- a/role-gitea.yml +++ b/role-gitea.yml @@ -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'