Update shell to command.

s2svpn
jowj 5 years ago
parent 80ae35351f
commit 32ead38d17

@ -3,7 +3,7 @@
remote_user: josiah
tasks:
- name: update or create the directory
shell: cd /home/josiah/znc-docker/ && git pull
command: cd /home/josiah/znc-docker/ && git pull
register: result
ignore_errors: True

Loading…
Cancel
Save