Moving stuff from one PC to another.
This commit is contained in:
parent
4617424518
commit
26f5d909cc
@ -5,7 +5,13 @@
|
|||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Update apt cache and make sure Vim is installed
|
- name: Update apt cache and install required packages
|
||||||
apt:
|
apt:
|
||||||
name: vim
|
name: "{{ item }}"
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
loop:
|
||||||
|
- curl
|
||||||
|
- tree
|
||||||
|
- syslog-ng
|
||||||
|
- vsftpd
|
||||||
|
- tftpd-hpa
|
||||||
Loading…
Reference in New Issue
Block a user