mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-07 05:27:14 -07:00
add directory test playbook
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user