Switch to cifs for home dirs.
This commit is contained in:
parent
5640c3e76b
commit
7a3f106ee3
6 changed files with 25 additions and 9 deletions
|
@ -24,7 +24,9 @@
|
|||
|
||||
- name: add {{ ansible_distribution_release }}-backports
|
||||
apt_repository:
|
||||
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main contrib non-free
|
||||
repo: >
|
||||
deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports
|
||||
main contrib non-free-firmware non-free
|
||||
state: present
|
||||
update_cache: true
|
||||
when: extra_pkgs_bpo|length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue