Commit 3dba657e by David Baumgold

git prune before checkout edx_ansible

parent 86f9cb6d
---
- name: set git fetch.prune to ignore deleted remote refs
shell: git config --global fetch.prune true
sudo_user: "{{ edx_ansible_user }}"
- name: git checkout edx_ansible repo into edx_ansible_code_dir
git: >
dest={{ edx_ansible_code_dir }} repo={{ edx_ansible_source_repo }} version={{ configuration_version }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment