Remove redundant task

Change-Id: I78ab282feb35d26e3a114897d41abf5737b2a917
diff --git a/playbooks/setup-openstack-iscsi-multipath/pre.yaml b/playbooks/setup-openstack-iscsi-multipath/pre.yaml
index a650d40..a4c7723 100644
--- a/playbooks/setup-openstack-iscsi-multipath/pre.yaml
+++ b/playbooks/setup-openstack-iscsi-multipath/pre.yaml
@@ -155,13 +155,6 @@
       ansible.builtin.command:
         argv: [ "systemctl", "enable", "netplan-fix" ]
 
-    - name: Provision StorPool Deployment Configuration
-      no_log: true
-      ansible.builtin.lineinfile:
-        path: /home/ubuntu/.ssh/authorized_keys
-        line: "{{ STORPOOL_DEPLOY_KEY_PUB['v'] }}"
-        insertafter: EOF
-
 - hosts: controller
   vars_files:
     - vars.yaml