Skip to content

Commit

Permalink
[ansible]gather fact by default (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiemsft authored Feb 14, 2018
1 parent 50ed9f4 commit 35cd05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module_lang = C
# smart - gather by default, but don't regather if already gathered
# implicit - gather by default, turn off with gather_facts: False
# explicit - do not gather by default, must say gather_facts: True
gathering = smart
gathering = implicit

# additional paths to search for roles in, colon separated
#roles_path = /etc/ansible/roles
Expand Down

0 comments on commit 35cd05a

Please sign in to comment.