Explorar el Código

fix idempotency on statusservices role

Blaine Story hace 1 año
padre
commit
72393b3bc9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/statusservices/tasks/main.yml

+ 1 - 1
roles/statusservices/tasks/main.yml

@@ -19,7 +19,7 @@
 - name: Ensure root .bash_profile exists
   ansible.builtin.file:
     path: /root/.bash_profile
-    state: touch
+    state: file
     owner: root
     group: root
     mode: '0640'