From 26f5d909cc1387264ae1b03825cb464498adb0e8 Mon Sep 17 00:00:00 2001 From: Vlad R Date: Sun, 27 Mar 2022 19:19:16 +0100 Subject: [PATCH] Moving stuff from one PC to another. --- linux-ubuntu/main.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/linux-ubuntu/main.yml b/linux-ubuntu/main.yml index 5bee17e..df43975 100644 --- a/linux-ubuntu/main.yml +++ b/linux-ubuntu/main.yml @@ -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 \ No newline at end of file + name: "{{ item }}" + update_cache: yes + loop: + - curl + - tree + - syslog-ng + - vsftpd + - tftpd-hpa \ No newline at end of file