Преглед изворни кода

fix idempotency on statusservices role

Blaine Story пре 1 година
родитељ
комит
72393b3bc9
1 измењених фајлова са 1 додато и 1 уклоњено
  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'