Merge "Make OSA repo clone optional"
This commit is contained in:
commit
a638bcf721
@ -37,9 +37,9 @@
|
|||||||
repo: "{{ osa_repo | default('https://git.openstack.org/openstack/openstack-ansible') }}"
|
repo: "{{ osa_repo | default('https://git.openstack.org/openstack/openstack-ansible') }}"
|
||||||
dest: /opt/openstack-ansible
|
dest: /opt/openstack-ansible
|
||||||
version: "{{ osa_branch | default('master') }}"
|
version: "{{ osa_branch | default('master') }}"
|
||||||
force: true
|
|
||||||
when:
|
when:
|
||||||
- pre_config_osa | default(true) | bool
|
- pre_config_osa | default(true) | bool
|
||||||
|
- clone_osa | default(true) | bool
|
||||||
|
|
||||||
- name: Create OSA configuration directory
|
- name: Create OSA configuration directory
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user