Don't touch usr/script in check_mode (It may not have been created yet)

certbot_on_virtu
_pollion 2020-04-26 22:16:10 +02:00
parent 0d964509b4
commit c44ea290b3
1 changed files with 3 additions and 0 deletions

View File

@ -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