tasklist debugging

This commit is contained in:
mustard 2025-03-04 00:37:43 +01:00
parent 49952e4195
commit a42758a8be
4 changed files with 283 additions and 287 deletions

View file

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

View file

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

View file

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

View file

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