From: nicoo Date: Tue, 29 Jan 2019 14:00:37 +0000 (+0100) Subject: vm-update: Gather facts before running vm/network X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=55b106ea5aeb04fcc41adee105a661fbf6e1af6c vm-update: Gather facts before running vm/network That role needs the fact `ansible_distribution` & such. --- 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