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

13 lines
236 B
YAML

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