From 6f709ceecd9b0a76a94798247bb10ce72698e28c Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 14 May 2020 20:19:22 +0200 Subject: [PATCH] add directory test playbook --- test/playbook.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/playbook.yml diff --git a/test/playbook.yml b/test/playbook.yml new file mode 100644 index 0000000..aaae8f5 --- /dev/null +++ b/test/playbook.yml @@ -0,0 +1,7 @@ +- name: Test Action + hosts: all + tasks: + - name: Copy action.yml + copy: + src: ../action.yml + dest: /tmp/action.yml