vm-update: Gather facts before running vm/network
authornicoo <nicoo@realraum.at>
Tue, 29 Jan 2019 14:00:37 +0000 (15:00 +0100)
committernicoo <nicoo@realraum.at>
Tue, 29 Jan 2019 14:00:37 +0000 (15:00 +0100)
That role needs the fact `ansible_distribution` & such.

ansible/vm-update.yml

index 6c5eab0..b40e06d 100644 (file)
@@ -18,7 +18,6 @@
 
 - name: Update network configuration & shutdown VM
   hosts: "{{ hostname }}"
-  gather_facts: no
   roles:
     - vm/network