Add bedrock config changes
This commit is contained in:
parent
0a1a9796bf
commit
493665ab8e
@ -6,6 +6,7 @@
|
|||||||
become: True
|
become: True
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- { role: bedrock-config}
|
||||||
- { role: alpine}
|
- { role: alpine}
|
||||||
- { role: arch}
|
- { role: arch}
|
||||||
- { role: packages-development}
|
- { role: packages-development}
|
||||||
|
14
roles/bedrock-config/tasks/main.yaml
Normal file
14
roles/bedrock-config/tasks/main.yaml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user