Don't touch usr/script in check_mode (It may not have been created yet)
parent
0d964509b4
commit
c44ea290b3
|
@ -15,6 +15,8 @@
|
||||||
etype: group
|
etype: group
|
||||||
permissions: rwx
|
permissions: rwx
|
||||||
state: query
|
state: query
|
||||||
|
when: not ansible_check_mode
|
||||||
|
|
||||||
|
|
||||||
- name: Clone scripts repository
|
- name: Clone scripts repository
|
||||||
git:
|
git:
|
||||||
|
@ -24,3 +26,4 @@
|
||||||
umask: "002"
|
umask: "002"
|
||||||
environment:
|
environment:
|
||||||
GIT_SSL_NO_VERIFY: 1
|
GIT_SSL_NO_VERIFY: 1
|
||||||
|
when: not ansible_check_mode
|
||||||
|
|
Loading…
Reference in New Issue