Use defaults for kde_desktop_pkg
in inventory-sample
This commit is contained in:
parent
9f5ecfc4f1
commit
39d2491e36
1 changed files with 2 additions and 4 deletions
|
@ -2,10 +2,9 @@
|
||||||
all:
|
all:
|
||||||
vars:
|
vars:
|
||||||
domain: "{{ ansible_domain }}"
|
domain: "{{ ansible_domain }}"
|
||||||
security_defaultuser_login_disable: false
|
|
||||||
kde_desktop_pkg:
|
|
||||||
- akonadi-backend-sqlite
|
|
||||||
|
|
||||||
|
# Comment out on productive systems when ssh key is provided
|
||||||
|
security_defaultuser_login_disable: false
|
||||||
|
|
||||||
## Proxy configuration (see: doc/localproxy.md)
|
## Proxy configuration (see: doc/localproxy.md)
|
||||||
# localproxy: true
|
# localproxy: true
|
||||||
|
@ -59,7 +58,6 @@ all:
|
||||||
# - vim
|
# - vim
|
||||||
# - mc
|
# - mc
|
||||||
# - tmux
|
# - tmux
|
||||||
# - debconf-utils
|
|
||||||
|
|
||||||
## WLAN configuration (see: doc/vpn.md):
|
## WLAN configuration (see: doc/vpn.md):
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Reference in a new issue