action-ansible-playbook/test/playbook.yml
2021-02-11 17:08:44 +01:00

9 lines
145 B
YAML

- name: Test Action
hosts: all
tasks:
- name: Install cowsay
become: yes
apt:
name: cowsay
update_cache: yes