mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
8 lines
145 B
YAML
8 lines
145 B
YAML
- name: Test Action
|
|
hosts: all
|
|
tasks:
|
|
- name: Install cowsay
|
|
become: yes
|
|
apt:
|
|
name: cowsay
|
|
update_cache: yes
|