1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00

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