Browse Source

fix idempotency on statusservices role

Blaine Story 1 năm trước cách đây
mục cha
commit
72393b3bc9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'