FIX: Ansible
[csit.git] / resources / tools / testbed-setup / ansible / roles / common / tasks / main.yaml
index fb0d77d..915fc0b 100644 (file)
 
 - meta: flush_handlers
 
+- name: Copy netplan network config file
+  template:
+    src: 'files/netplan_config'
+    dest: '/etc/netplan/01-netcfg.yaml'
+    owner: 'root'
+    group: 'root'
+    mode: '0644'
+  tags: copy-interface-file
+
 - name: Add permanent proxy settings
   lineinfile:
     path: '/etc/environment'