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
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Copy action.yml
|
||||
copy:
|
||||
src: ../action.yml
|
||||
dest: /tmp/action.yml
|
||||
- name: Install cowsay
|
||||
become: yes
|
||||
apt:
|
||||
name: cowsay
|
||||
update_cache: yes
|
||||
|
|
Loading…
Reference in a new issue