Commit a430f1b8 by Feanil Patel

Merge pull request #1325 from edx/feanil/run_role

Gather facts when running a role.
parents ecb56a98 bdada63e
......@@ -5,6 +5,6 @@
#
- hosts: all
sudo: True
gather_facts: False
gather_facts: True
roles:
- "{{role}}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment