浏览代码

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'