more baseline role nonsense

This commit is contained in:
mustard 2025-12-03 15:29:18 +01:00
parent fb56764713
commit 6ced04eda2
2 changed files with 14 additions and 15 deletions

View file

@ -1,3 +1,2 @@
JavaScriptCoreUseJIT=0 JavaScriptCoreUseJIT=0
GJS_DISABLE_JIT=1 GJS_DISABLE_JIT=1
all_proxy=127.0.0.1:8082

View file

@ -179,20 +179,20 @@
dest: '/etc/dnf/dnf.conf' dest: '/etc/dnf/dnf.conf'
mode: '0644' mode: '0644'
- name: Get list of files #- name: Get list of files
ansible.builtin.find: # ansible.builtin.find:
paths: /etc/yum.repos.d/ # paths: /etc/yum.repos.d/
recurse: true # recurse: true
register: found_files # register: found_files
#
- name: Replace text in those files #- name: Replace text in those files
ansible.builtin.lineinfile: # ansible.builtin.lineinfile:
backup: true # backup: true
backrefs: true # backrefs: true
path: '{{ item.path }}' # path: '{{ item.path }}'
regexp: '^(metalink=.*)$' # regexp: '^(metalink=.*)$'
line: '\1&protocol=https' # line: '\1&protocol=https'
loop: '{{ found_files.files }}' # loop: '{{ found_files.files }}'
- name: 'Install zram' - name: 'Install zram'
ansible.builtin.dnf5: ansible.builtin.dnf5: