more baseline role nonsense
This commit is contained in:
parent
fb56764713
commit
6ced04eda2
2 changed files with 14 additions and 15 deletions
|
|
@ -1,3 +1,2 @@
|
||||||
JavaScriptCoreUseJIT=0
|
JavaScriptCoreUseJIT=0
|
||||||
GJS_DISABLE_JIT=1
|
GJS_DISABLE_JIT=1
|
||||||
all_proxy=127.0.0.1:8082
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue