mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-06 04:45:31 +07:00
update config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
- name: Create AUR directory
|
||||
become: true
|
||||
file: path="{{ aur.dir }}"
|
||||
state=directory
|
||||
owner={{ username }}
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
- zathura-pdf-mupdf
|
||||
- pdftk
|
||||
- ntfs-3g
|
||||
- systemd-resolvconf
|
||||
state: present
|
||||
|
||||
- name: Install archival utils
|
||||
|
||||
@@ -64,6 +64,9 @@
|
||||
- include_tasks: docker.yml
|
||||
when: install_docker == True
|
||||
|
||||
- include_tasks: python_dev.yml
|
||||
when: install_python_dev == True
|
||||
|
||||
# Dotfiles
|
||||
- include_tasks: dotfiles.yml
|
||||
when: pull_dotfiles == True
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
- dnsmasq
|
||||
- samba
|
||||
- iptables-nft
|
||||
- mkcert
|
||||
|
||||
- name: update qemu.conf
|
||||
lineinfile:
|
||||
|
||||
Reference in New Issue
Block a user