Role debugging

This commit is contained in:
mustard 2025-03-04 00:36:34 +01:00
parent d19581319e
commit 49952e4195
4 changed files with 288 additions and 292 deletions

View file

@ -1,4 +1,3 @@
- name: Baseline hardening for all templates
tasks:
- name: Kill debug-shell service
ansible.builtin.systemd_service:

View file

@ -1,4 +1,3 @@
- name: Configure Fedora 41 Gnome Template
tasks:
- name: Fix GNOME environment variable
ansible.builtin.lineinfile:

View file

@ -1,4 +1,3 @@
- name: Setup passwordless sudo
tasks:
- name: Check that the sudo-dom0-prompt exists
stat:

View file

@ -1,4 +1,3 @@
- name: Install trivalent browser
tasks:
- name: Enable hardened_malloc COPR
shell: 'sudo dnf copr enable secureblue/trivalent -y'