openQA: fix stupid semodule argument
gah. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4ba0ee487c
commit
ca2684c711
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue