Merge "Gather facts in set_hostname playbook"

This commit is contained in:
Zuul 2017-10-26 18:42:54 +00:00 committed by Gerrit Code Review
commit 74c54387ed

View File

@ -1,7 +1,6 @@
--- ---
# file: set_hostnames.yml # file: set_hostnames.yml
- hosts: "{{ target }}" - hosts: "{{ target }}"
gather_facts: no
user: root user: root
roles: roles:
- { role: set_hostname } - { role: set_hostname }