action-ansible-playbook/test/playbook.yml

9 lines
145 B
YAML
Raw Normal View History

2020-05-14 12:19:22 -06:00
- name: Test Action
hosts: all
tasks:
2021-02-11 09:08:44 -07:00
- name: Install cowsay
become: yes
apt:
name: cowsay
update_cache: yes