diff options
Diffstat (limited to 'examples/roles/test-role/tasks/main.yml')
-rw-r--r-- | examples/roles/test-role/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/roles/test-role/tasks/main.yml b/examples/roles/test-role/tasks/main.yml new file mode 100644 index 0000000..8e5402f --- /dev/null +++ b/examples/roles/test-role/tasks/main.yml @@ -0,0 +1,4 @@ +--- +- name: Shell instead of command + ansible.builtin.shell: + cmd: echo hello world |