Use read-only URL when ssh fails
This commit is contained in:
parent
ba2ae319b6
commit
ba225a09a7
3 changed files with 24 additions and 0 deletions
|
|
@ -10,6 +10,16 @@
|
|||
dest: '{{ ansible_env.HOME }}/development/git-hooks'
|
||||
update: true
|
||||
version: master
|
||||
ignore_errors: true
|
||||
register: githook_ssh_clone
|
||||
|
||||
- name: clone git hooks
|
||||
git:
|
||||
repo: '{{ public_githook_repo }}'
|
||||
dest: '{{ ansible_env.HOME }}/development/git-hooks'
|
||||
update: true
|
||||
version: master
|
||||
when: githook_ssh_clone.failed
|
||||
|
||||
- name: copy konsole configuration files
|
||||
template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue