mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
test/playbook: install cowsay via apt
This commit is contained in:
parent
3c534b3ba0
commit
9c19e7ec30
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
- name: Test Action
|
- name: Test Action
|
||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- name: Copy action.yml
|
- name: Install cowsay
|
||||||
copy:
|
become: yes
|
||||||
src: ../action.yml
|
apt:
|
||||||
dest: /tmp/action.yml
|
name: cowsay
|
||||||
|
update_cache: yes
|
||||||
|
|
Loading…
Reference in a new issue