Merge "Add force: true to avoid dirty git repo"

This commit is contained in:
Zuul 2018-03-17 03:58:14 +00:00 committed by Gerrit Code Review
commit 3da8e79133

View File

@ -35,6 +35,7 @@
repo: https://git.openstack.org/openstack/openstack-ansible repo: 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