mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
openQA: fix stupid semodule argument
gah. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
file: path=/etc/systemd/system/openqa-swtpm@.service state=absent
|
||||
|
||||
- name: Unload custom SELinux policy
|
||||
command: semodule -l systemd-swtpm
|
||||
command: semodule -r systemd-swtpm
|
||||
|
||||
- name: Remove custom SELinux policy file
|
||||
file: path=/usr/local/share/selinux/systemd-swtpm.pp state=absent
|
||||
|
||||
Reference in New Issue
Block a user