diff options
Diffstat (limited to 'test/test-role/tasks')
-rw-r--r-- | test/test-role/tasks/main.yml | 2 | ||||
-rw-r--r-- | test/test-role/tasks/world.yml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/test-role/tasks/main.yml b/test/test-role/tasks/main.yml new file mode 100644 index 0000000..53b968b --- /dev/null +++ b/test/test-role/tasks/main.yml @@ -0,0 +1,2 @@ +- name: shell instead of command + shell: echo hello world diff --git a/test/test-role/tasks/world.yml b/test/test-role/tasks/world.yml new file mode 100644 index 0000000..69ae661 --- /dev/null +++ b/test/test-role/tasks/world.yml @@ -0,0 +1 @@ +- command: echo this is a task without a name |