mitogen/examples/playbook/issue_118.yml

12 lines
196 B
YAML
Raw Normal View History

2018-03-08 14:21:58 +00:00
---
# 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