commit | 214d446a1d88968cf126e8435fecc0d472255bf9 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Mon Nov 20 15:12:19 2023 +0200 |
committer | Biser Milanov <biser.milanov@storpool.com> | Mon Nov 20 15:29:27 2023 +0200 |
tree | a96ff348a02810089bd5d2606de843a01e737e13 | |
parent | 3707c517b70547079ff0f8c549be962f8bb2f212 [diff] |
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