zuul/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/shell-good.yaml

11 lines
178 B
YAML

- hosts: all
tasks:
- name: Normal shell
shell: echo 123
- name: Shell with executable
shell: |
echo 123
args:
executable: /bin/bash