even moar task debugging

This commit is contained in:
mustard 2025-03-04 00:39:17 +01:00
parent a42758a8be
commit 3ea042452b
4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
---
- name: Kill debug-shell service
ansible.builtin.systemd_service:
name: debug-shell.service

View file

@ -1,3 +1,4 @@
---
- name: Fix GNOME environment variable
ansible.builtin.lineinfile:
dest: '/etc/environment'

View file

@ -1,3 +1,4 @@
---
- name: Check that the sudo-dom0-prompt exists
stat:
path: '/etc/authselect/custom/sudo-dom0-prompt'

View file

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