Merge "Make OSA repo clone optional"

This commit is contained in:
Zuul 2018-10-06 22:07:05 +00:00 committed by Gerrit Code Review
commit a638bcf721

View File

@ -37,9 +37,9 @@
repo: "{{ osa_repo | default('https://git.openstack.org/openstack/openstack-ansible') }}"
dest: /opt/openstack-ansible
version: "{{ osa_branch | default('master') }}"
force: true
when:
- pre_config_osa | default(true) | bool
- clone_osa | default(true) | bool
- name: Create OSA configuration directory
file: