Do not try to fix netplan at boot
Change-Id: I0d12292f053c74eb9acd16de0f5fbdf73bf9c1fe
diff --git a/playbooks/setup-openstack-iscsi-multipath/pre.yaml b/playbooks/setup-openstack-iscsi-multipath/pre.yaml
index a4c7723..56cd18e 100644
--- a/playbooks/setup-openstack-iscsi-multipath/pre.yaml
+++ b/playbooks/setup-openstack-iscsi-multipath/pre.yaml
@@ -142,18 +142,18 @@
ansible.builtin.command:
argv: ["netplan", "apply"]
- - name: Create Service to Apply Interface Configuration on Boot
- no_log: true
- become: true
- ansible.builtin.copy:
- content: "{{ hostvars['localhost'].STORPOOL_NETPLAN_SERVICE.v }}"
- dest: /etc/systemd/system/netplan-fix.service
-
- - name: Enable Service to Apply Interface Configuration on Boot
- no_log: true
- become: true
- ansible.builtin.command:
- argv: [ "systemctl", "enable", "netplan-fix" ]
+# - name: Create Service to Apply Interface Configuration on Boot
+# no_log: true
+# become: true
+# ansible.builtin.copy:
+# content: "{{ hostvars['localhost'].STORPOOL_NETPLAN_SERVICE.v }}"
+# dest: /etc/systemd/system/netplan-fix.service
+#
+# - name: Enable Service to Apply Interface Configuration on Boot
+# no_log: true
+# become: true
+# ansible.builtin.command:
+# argv: [ "systemctl", "enable", "netplan-fix" ]
- hosts: controller
vars_files: