mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
update htop role parameters
This commit is contained in:
parent
ba060af753
commit
7fa8ce0d2d
3 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@ inventory = ./inventory.py
|
||||||
retry_files_enabled = false
|
retry_files_enabled = false
|
||||||
nocows = true
|
nocows = true
|
||||||
transport = local
|
transport = local
|
||||||
|
interpreter_python = /usr/bin/python3
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_method = sudo
|
become_method = sudo
|
||||||
|
|
|
@ -68,5 +68,7 @@ i3_run_on_startup:
|
||||||
# - nextcloud
|
# - nextcloud
|
||||||
- sudo nm-applet
|
- sudo nm-applet
|
||||||
|
|
||||||
|
htop__compile: true
|
||||||
|
|
||||||
# globaly enably simple versionscheck - if available
|
# globaly enably simple versionscheck - if available
|
||||||
submodules_versioncheck: true
|
submodules_versioncheck: true
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b79f3331976035cfe3a9c163ebe1ca32d85aee33
|
Subproject commit 46a2dde4efe40245f461cac542c0b3993a833850
|
Loading…
Reference in a new issue