Compare commits

..

No commits in common. "5b4e57e5c50c9f22c1d8feef5224091bb44ee56c" and "e15e124853456980c524830aa8c9c15a56a78435" have entirely different histories.

5 changed files with 2 additions and 37 deletions

View File

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

View File

@ -14,7 +14,5 @@
- name: Enable https on the repositories - name: Enable https on the repositories
ansible.builtin.replace: ansible.builtin.shell:
path: /bedrock/strata/alpine/etc/apk/repositories cmd: sed -i 's/http:\/\//https:\/\//g' /bedrock/strata/alpine/etc/apk/repositories
regexp: '^https?://'
replace: 'https://'

View File

@ -13,15 +13,3 @@
- name: Install yay - name: Install yay
aur: name=yay aur: name=yay
become_user: daniel become_user: daniel
- name: Enable pacman color
ansible.builtin.lineinfile:
path: /bedrock/strata/arch/etc/pacman.conf
regexp: '^#? ?Color'
line: Color
- name: Enable pacman parallel downloads
ansible.builtin.lineinfile:
path: /bedrock/strata/arch/etc/pacman.conf
regexp: '^#? ?ParallelDownloads ?= ?'
line: ParallelDownloads = 5

View File

@ -1,14 +0,0 @@
---
- 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

View File

@ -5,9 +5,3 @@
- name: Install Blender - name: Install Blender
pacman: name=blender pacman: name=blender
- name: Install Pixelorama
aur: name=pixelorama-bin
become_user: daniel