From 55b106ea5aeb04fcc41adee105a661fbf6e1af6c Mon Sep 17 00:00:00 2001 From: nicoo Date: Tue, 29 Jan 2019 15:00:37 +0100 Subject: [PATCH] vm-update: Gather facts before running vm/network That role needs the fact `ansible_distribution` & such. --- ansible/vm-update.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/vm-update.yml b/ansible/vm-update.yml index 6c5eab0..b40e06d 100644 --- a/ansible/vm-update.yml +++ b/ansible/vm-update.yml @@ -18,7 +18,6 @@ - name: Update network configuration & shutdown VM hosts: "{{ hostname }}" - gather_facts: no roles: - vm/network -- 1.7.10.4