mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
7 lines
135 B
YAML
7 lines
135 B
YAML
|
- name: Test Action
|
||
|
hosts: all
|
||
|
tasks:
|
||
|
- name: Copy action.yml
|
||
|
copy:
|
||
|
src: action.yml
|
||
|
dest: /tmp/action.yml
|