test/playbook: install cowsay via apt

This commit is contained in:
Dawid Dziurla
2021-02-11 17:08:44 +01:00
parent 3c534b3ba0
commit 9c19e7ec30

View File

@@ -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