Compare commits

..

No commits in common. "02635c146be264d99ef6bcb115d9712c2ed6e9e0" and "853bbaa6a558d0a37a5e33dc86efd26318acaa7a" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -8,11 +8,6 @@
- name: Copy arkenfox template - name: Copy arkenfox template
ansible.builtin.template: ansible.builtin.template:
src: 'userjs.j2' src: 'userjs.j2'
dest: '/usr/lib64/firefox/browser/defaults/preferences/user.js' dest: '/usr/lib64/firefox/browser/defaults/preferences/userjs.js'
mode: '0644' mode: '0644'
- name: 'Remove default Fedora project homepage'
ansible.builtin.lineinfile:
path: '/usr/lib64/firefox/browser/defaults/preferences/firefox-redhat-default-prefs.js'
state: 'absent'
regexp: '/browser.newtabpage.pinned/'

View file

@ -143,7 +143,6 @@
- 'flatpak' - 'flatpak'
- 'ncurses' - 'ncurses'
- 'xdg-desktop-portal-gtk' - 'xdg-desktop-portal-gtk'
- 'qubes-video-companion'
- name: Enable hardened_malloc - name: Enable hardened_malloc
ansible.builtin.copy: ansible.builtin.copy: