Moving stuff from one PC to another.

This commit is contained in:
Vlad R 2022-03-27 19:19:16 +01:00
parent 4617424518
commit 26f5d909cc

View File

@ -5,7 +5,13 @@
become: yes
tasks:
- name: Update apt cache and make sure Vim is installed
- name: Update apt cache and install required packages
apt:
name: vim
update_cache: yes
name: "{{ item }}"
update_cache: yes
loop:
- curl
- tree
- syslog-ng
- vsftpd
- tftpd-hpa