90DaysOfDevOps/Days/Configmgmt/ansible-scenario6/roles/common/tasks/install_tools.yml

6 lines
119 B
YAML

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