]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/phd/tasks/main.yml
Feat: Add `init-logcheck`
[ansible.git] / playbooks / debian / roles / phd / tasks / main.yml
index 2c7373c0845e7ba58b5cd9f437cc92aa2bf8c0c8..dfd87800724c161c963b389bd628d338e38f9663 100644 (file)
@@ -2,6 +2,7 @@
   stat:
     path: "{{ item }}"
   register: phd_exists
+  changed_when: not phd_exists.stat.exists
   loop: ['~/.profile', '~/.shellrc']
 
 - debug: