finalize compatibility debian autoFS syncthing

This commit is contained in:
vincent 2019-11-24 14:46:38 +01:00
parent 26f8a4203f
commit bc701ffdd6
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ system_base_softwares_debian:
- 'stow' - 'stow'
- 'wakeonlan' - 'wakeonlan'
- 'nmap' - 'nmap'
#- 'bind-tools' - 'dnsutils'
- 'rsync' - 'rsync'
#- 'awesome-terminal-fonts' #- 'awesome-terminal-fonts'
- 'wget' - 'wget'

View File

@ -28,6 +28,7 @@
apt: apt:
state: present # not required. choices: absent;latest;present. Desired state of the package. state: present # not required. choices: absent;latest;present. Desired state of the package.
name: "{{system_base_softwares_debian}}" name: "{{system_base_softwares_debian}}"
update_cache: yes
become: yes become: yes
when: ansible_facts['os_family'] == "Debian" when: ansible_facts['os_family'] == "Debian"