From de49ff43b0692b56982e2a29b695066ce17c0b80 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 26 Oct 2017 17:09:33 +0000 Subject: [PATCH] Gather facts in set_hostname playbook The set_hostname playbook, used by the launch-node script, needs facts to determine which package manager it should use to uninstall cloud-init. Remove the line which disabled fact gathering so that we can build servers again. Change-Id: Ic971d456f6d04273c9b981518614130e9b1c5898 --- playbooks/set_hostnames.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/set_hostnames.yml b/playbooks/set_hostnames.yml index 25dbbe814b..05947d09ae 100644 --- a/playbooks/set_hostnames.yml +++ b/playbooks/set_hostnames.yml @@ -1,7 +1,6 @@ --- # file: set_hostnames.yml - hosts: "{{ target }}" - gather_facts: no user: root roles: - { role: set_hostname }