Remove commented code

Change-Id: I6f580cbba852c3c7dae444d94a030d44dabe8012
diff --git a/playbooks/setup-openstack-iscsi-multipath/pre.yaml b/playbooks/setup-openstack-iscsi-multipath/pre.yaml
index 56cd18e..9b0205f 100644
--- a/playbooks/setup-openstack-iscsi-multipath/pre.yaml
+++ b/playbooks/setup-openstack-iscsi-multipath/pre.yaml
@@ -142,19 +142,6 @@
       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" ]
-
 - hosts: controller
   vars_files:
     - vars.yaml