mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
drop run_once when install selinux policies
Otherwise the policy doesn't get installed everywhere... Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -314,7 +314,6 @@
|
||||
tags: selinux
|
||||
|
||||
- name: Install another one of our own SELinux policy
|
||||
run_once: true
|
||||
include_role:
|
||||
name: selinux/module
|
||||
vars:
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
- selinux
|
||||
|
||||
- name: Install the pagure SELinux policy
|
||||
run_once: true
|
||||
include_role:
|
||||
name: selinux/module
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user