90DaysOfDevOps/Days/Configmgmt/ansible-scenario4/roles/common/tasks/install_tools.yml
2022-03-07 18:26:54 +00:00

6 lines
119 B
YAML

- name: "Install Common packages"
apt: name={{ item }} state=latest
with_items:
- neofetch
- tree
- figlet