Skip to content
Snippets Groups Projects
Commit c44ea290 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

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

parent 0d964509
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment