Try something
This commit is contained in:
parent
b264af1c3d
commit
24cd65dd33
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@
|
|||
# Two tasks for handling our custom selinux module
|
||||
- name: copy over our custom selinux module
|
||||
copy: src=keyserver.pp dest=/srv/sks/keyserver.pp
|
||||
register: selinux_module
|
||||
#register: selinux_module
|
||||
|
||||
- name: install our custom selinux module
|
||||
command: semodule -i /srv/sks/keyserver.pp
|
||||
when: selinux_module|changed
|
||||
#when: selinux_module|changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue