vm/network: ubuntu bionic uses netplan...
[noc.git] / ansible / vm-install.yml
index 32166e7..c244aa9 100644 (file)
@@ -39,6 +39,9 @@
 
 - name: Apply VM configuration roles
   hosts: "{{ hostname }}"
+  pre_tasks:
+  - name: make sure to update cached facts
+    setup:
   roles:
   - role: vm/grub
   - role: vm/network