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