mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-22 12:38:46 +07:00
6 lines
119 B
YAML
6 lines
119 B
YAML
- name: "Install Common packages"
|
|
apt: name={{ item }} state=latest
|
|
with_items:
|
|
- neofetch
|
|
- tree
|
|
- figlet |