mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +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
|
- name: Test Action
|
||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Copy file
|
||||||
|
copy:
|
||||||
|
src: requirements.yml
|
||||||
|
dest: /tmp/requirements.yml
|
||||||
- name: Install cowsay
|
- name: Install cowsay
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in a new issue