ansible: repro for issue #118.

This commit is contained in:
David Wilson 2018-03-08 20:06:58 +05:45
parent 59dab72e29
commit 6106c27707
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
#!/bin/bash
/bin/true