system-config/playbooks/set-hostnames.yaml
Monty Taylor ad710e1a30 Don't gather facts in set-hostnames
It's a waste of energy

Change-Id: I8e456b10eec08fad4741ed51554a8c8c67fc7cbf
2019-05-13 06:28:25 +00:00

6 lines
87 B
YAML

- hosts: "{{ target }}"
gather_facts: false
user: root
roles:
- set-hostname