ansible: repro for issue #118.
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
|
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
/bin/true
|
Loading…
Reference in New Issue