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