Ensure openstack_deploy directory is create before copy
Change-Id: Ic28bbd01f0647914223885c89c7843b20073e081
This commit is contained in:
parent
a3d39c43cb
commit
505f5bb19a
@ -155,6 +155,13 @@
|
|||||||
when:
|
when:
|
||||||
- pre_config_osa | default(true) | bool
|
- pre_config_osa | default(true) | bool
|
||||||
|
|
||||||
|
- name: Create Basic configs
|
||||||
|
shell: cp -R etc/openstack_deploy/* /etc/openstack_deploy
|
||||||
|
args:
|
||||||
|
chdir: /opt/openstack-ansible
|
||||||
|
when:
|
||||||
|
- pre_config_osa | default(true) | bool
|
||||||
|
|
||||||
- name: Drop osa config
|
- name: Drop osa config
|
||||||
template:
|
template:
|
||||||
src: "osa/openstack_user_config.yml"
|
src: "osa/openstack_user_config.yml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user