ansible: repro for issue #118.

wip-fakessh-exit-status
David Wilson 6 years ago
parent 59dab72e29
commit 6106c27707

@ -0,0 +1,11 @@
---
# issue #118 repro: chmod +x not happening during script upload
#
- name: saytrue
hosts: all
become: True
tasks:
- name: run script saytrue
script: scripts/issue_118_saytrue
Loading…
Cancel
Save