Update shell to command.

This commit is contained in:
jowj 2019-05-28 14:31:12 -05:00
parent 80ae35351f
commit 32ead38d17

View File

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