Skip to content
Snippets Groups Projects
Commit 8832d86f authored by jurgenhaas's avatar jurgenhaas
Browse files

Issue #7: gather facts before updating local hosts file

parent ffac3e20
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
- name: "Update local hosts file"
hosts: "all"
connection: local
gather_facts: false
gather_facts: true
sudo: yes
tasks:
- name: "Build hosts file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment