mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-21 23:19:24 +00:00
put test stuff intooo... test/ dir
This commit is contained in:
parent
0eefa394aa
commit
1b347b1afe
5 changed files with 4 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
- name: Test Action
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Copy action.yml
|
||||
copy:
|
||||
src: action.yml
|
||||
dest: /tmp/action.yml
|
|
@ -1,6 +1,10 @@
|
|||
- name: Test Action
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Copy file
|
||||
copy:
|
||||
src: requirements.yml
|
||||
dest: /tmp/requirements.yml
|
||||
- name: Install cowsay
|
||||
become: yes
|
||||
apt:
|
||||
|
|
Loading…
Reference in a new issue