You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/ansible/regression/issue_118__script_not_marke...

11 lines
231 B
YAML

# issue #118 repro: chmod +x not happening during script upload
- name: regression/issue_118__script_not_marked_exec.yml
hosts: test-targets
become: True
tasks:
- script: scripts/issue_118_saytrue
tags:
- issue_118