ansible_cache/linux-ubuntu/main.yml

17 lines
285 B
YAML
Raw Normal View History

---
- hosts: all
roles:
- common
become: yes
tasks:
2022-03-27 18:19:16 +00:00
- name: Update apt cache and install required packages
apt:
2022-03-27 18:19:16 +00:00
name: "{{ item }}"
update_cache: yes
loop:
- curl
- tree
- syslog-ng
- vsftpd
- tftpd-hpa