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:
parent
89ee60634c
commit
6f709ceecd
1 changed files with 7 additions and 0 deletions
7
test/playbook.yml
Normal file
7
test/playbook.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
- name: Test Action
|
||||||
|
hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Copy action.yml
|
||||||
|
copy:
|
||||||
|
src: ../action.yml
|
||||||
|
dest: /tmp/action.yml
|
Loading…
Reference in a new issue