Add bedrock config changes

This commit is contained in:
CactiChameleon9 2022-07-19 16:39:37 +01:00
parent 0a1a9796bf
commit 493665ab8e
2 changed files with 15 additions and 0 deletions

View File

@ -6,6 +6,7 @@
become: True
roles:
- { role: bedrock-config}
- { role: alpine}
- { role: arch}
- { role: packages-development}

View File

@ -0,0 +1,14 @@
---
- name: Change pmm's user interface to pacman
ansible.builtin.lineinfile:
path: /bedrock/etc/bedrock.conf
regexp: '^user-interface ='
line: user-interface = pacman
- name: Change pmm's to allow non-system package managers
ansible.builtin.lineinfile:
path: /bedrock/etc/bedrock.conf
regexp: '^ignore-non-system-package-managers ='
line: ignore-non-system-package-managers = false