Collect facts by default
To install curator facts are required, this change ensures we gather them. Change-Id: I510692095cdf8ecb5806a43c714b7bbbace47022 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
7a32b5c9a9
commit
2f1bd5d2ea
@ -16,7 +16,7 @@
|
||||
- name: Install Curator
|
||||
hosts: "elastic-logstash"
|
||||
become: true
|
||||
gather_facts: false
|
||||
gather_facts: true
|
||||
vars:
|
||||
haproxy_ssl: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user