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
permissions: rwx
state: query
when: not ansible_check_mode
- name: Clone scripts repository
git:
@ -24,3 +26,4 @@
umask: "002"
environment:
GIT_SSL_NO_VERIFY: 1
when: not ansible_check_mode