summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/shell-localhost.yaml
blob: 35f7253f17fcc341c2c7e2f94e9e58f78eb6fe88 (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: localhost
  tasks:
    - name: Normal shell
      shell: echo 123

    - name: Shell with executable
      shell: |
        echo 123
      args:
        executable: /bin/bash