add directory test playbook

This commit is contained in:
Dawid Dziurla 2020-05-14 20:19:22 +02:00 committed by GitHub
parent 89ee60634c
commit 6f709ceecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
test/playbook.yml Normal file
View File

@ -0,0 +1,7 @@
- name: Test Action
hosts: all
tasks:
- name: Copy action.yml
copy:
src: ../action.yml
dest: /tmp/action.yml