even moar task debugging
This commit is contained in:
parent
a42758a8be
commit
3ea042452b
4 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
- name: Kill debug-shell service
|
- name: Kill debug-shell service
|
||||||
ansible.builtin.systemd_service:
|
ansible.builtin.systemd_service:
|
||||||
name: debug-shell.service
|
name: debug-shell.service
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
- name: Fix GNOME environment variable
|
- name: Fix GNOME environment variable
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
dest: '/etc/environment'
|
dest: '/etc/environment'
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
- name: Check that the sudo-dom0-prompt exists
|
- name: Check that the sudo-dom0-prompt exists
|
||||||
stat:
|
stat:
|
||||||
path: '/etc/authselect/custom/sudo-dom0-prompt'
|
path: '/etc/authselect/custom/sudo-dom0-prompt'
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
- name: Enable hardened_malloc COPR
|
- name: Enable hardened_malloc COPR
|
||||||
shell: 'sudo dnf copr enable secureblue/trivalent -y'
|
shell: 'sudo dnf copr enable secureblue/trivalent -y'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue