Moving stuff from one PC to another.
This commit is contained in:
parent
4617424518
commit
26f5d909cc
@ -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
|
||||
Loading…
Reference in New Issue
Block a user