finalize compatibility debian autoFS syncthing
This commit is contained in:
parent
26f8a4203f
commit
bc701ffdd6
@ -47,7 +47,7 @@ system_base_softwares_debian:
|
||||
- 'stow'
|
||||
- 'wakeonlan'
|
||||
- 'nmap'
|
||||
#- 'bind-tools'
|
||||
- 'dnsutils'
|
||||
- 'rsync'
|
||||
#- 'awesome-terminal-fonts'
|
||||
- 'wget'
|
||||
|
@ -28,6 +28,7 @@
|
||||
apt:
|
||||
state: present # not required. choices: absent;latest;present. Desired state of the package.
|
||||
name: "{{system_base_softwares_debian}}"
|
||||
update_cache: yes
|
||||
become: yes
|
||||
when: ansible_facts['os_family'] == "Debian"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user