]> git.phdru.name Git - ansible.git/blobdiff - playbooks/run-role.yml
Feat(apache): Setup default host
[ansible.git] / playbooks / run-role.yml
index bc179640cb6e2d762434f97ce3e75a59ff8b831f..bf25886f5b877cdfe85cbd061b6d8eb7f6c9fa77 100644 (file)
@@ -1,5 +1,5 @@
 - name: "Run role {{ role }}"
   hosts: "{{ hosts | default('all') }}"
-  gather_facts: false
+  gather_facts: "{{ gather_facts | default('false') }}"
   roles:
     - "{{ role }}"