parent
76d3ead677
commit
2cda9ec28d
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@
|
||||||
target: "{{ ping_log }}"
|
target: "{{ ping_log }}"
|
||||||
setype: nrpe_var_run_t
|
setype: nrpe_var_run_t
|
||||||
state: present
|
state: present
|
||||||
|
register: semanage_run
|
||||||
|
tags: copr_ping
|
||||||
|
|
||||||
|
- name: restorecon ping_log
|
||||||
|
shell: restorecon -irv "{{ ping_log }}"
|
||||||
|
when: semanage_run.changed
|
||||||
tags: copr_ping
|
tags: copr_ping
|
||||||
|
|
||||||
- name: rebuild the copr-ping package periodically
|
- name: rebuild the copr-ping package periodically
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue