Commit bdada63e by Feanil Patel

Gather facts when running a role.

parent ecb56a98
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
# #
- hosts: all - hosts: all
sudo: True sudo: True
gather_facts: False gather_facts: True
roles: roles:
- "{{role}}" - "{{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