mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-01 06:15:47 -06:00
add directory test playbook
This commit is contained in:
parent
89ee60634c
commit
6f709ceecd
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…
x
Reference in New Issue
Block a user