File: issue_118__script_not_marked_exec.yml

package info (click to toggle)
python-mitogen 0.3.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,708 kB
  • sloc: python: 24,457; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# 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