mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-06 03:35:32 +07:00
update config
This commit is contained in:
@@ -61,12 +61,15 @@ install_virtualization: True
|
||||
## Do we want to install docker?
|
||||
install_docker: True
|
||||
|
||||
## Do we want to install python development tools?
|
||||
install_python_dev: True
|
||||
|
||||
## AUR vars
|
||||
## ===========================
|
||||
use_aur: True
|
||||
|
||||
aur:
|
||||
dir: /home/{{ username }}/.cache/aur
|
||||
dir: "/home/{{ username }}/.cache/aur"
|
||||
packages:
|
||||
- yay
|
||||
- downgrade
|
||||
|
||||
Reference in New Issue
Block a user