Commit 23760669 by Ibrahim

print git path

parent 5ee0f87b
......@@ -19,6 +19,9 @@
#
# Rewrite this task using the ansible git-config module once we'll migrate to Ansible 2.x
# https://docs.ansible.com/ansible/git_config_module.html#git-config
- name: Print repo paths
debug: "git@{{ item.DOMAIN }}:{{ item.PATH }}/{{ item.REPO }}"
with_items: "{{ GIT_REPOS }}"
- name: Set git fetch.prune to ignore deleted remote refs
shell: git config --global fetch.prune true
......
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