diff --git a/playbooks/devstack/pre.yaml b/playbooks/devstack/pre.yaml index 4191d93a..f83cf87b 100644 --- a/playbooks/devstack/pre.yaml +++ b/playbooks/devstack/pre.yaml @@ -14,16 +14,6 @@ - src/opendev.org/openstack/skyline-console become: yes - - name: Remove the old skyline-console in skyline-apiserver/libs - file: - path: "{{ devstack_base_dir }}/skyline-apiserver/libs/skyline-console/" - state: absent - become: yes - - - name: Copy skyline-console from {{ devstack_base_dir }} to {{ devstack_base_dir }}/skyline-apiserver/libs - command: rsync -a {{ devstack_base_dir }}/skyline-console {{ devstack_base_dir }}/skyline-apiserver/libs - become: yes - - name: Set ownership of repos file: path: '{{ devstack_base_dir }}'