Setup is now 'handled'

This commit is contained in:
Emilien Mantel
2017-10-26 15:50:59 +02:00
parent 332e28a9d7
commit 10bd837f54
2 changed files with 4 additions and 5 deletions

View File

@@ -89,8 +89,4 @@
src: etc/ansible/facts.d/nginx.fact.j2
dest: /etc/ansible/facts.d/nginx.fact
mode: 0644
register: fact
- name: SETUP
action: setup
when: fact.changed
notify: ['setup']