openQA: fix stupid semodule argument

gah.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-12-06 14:04:42 -08:00
parent 4ba0ee487c
commit ca2684c711

View file

@ -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