소스 검색

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'