Merge "Ensure we get the correct setype for haproxy log dir"
This commit is contained in:
commit
c61009a7c2
@ -267,6 +267,12 @@ outputs:
|
||||
environment:
|
||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||
upgrade_tasks:
|
||||
- name: ensure we have haproxy log dir with the correct setype
|
||||
file:
|
||||
path: /var/log/containers/haproxy
|
||||
state: directory
|
||||
setype: var_log_t
|
||||
recurse: yes
|
||||
- when: step|int == 3
|
||||
block:
|
||||
- name: Set fact for removal of HAproxy package
|
||||
|
Loading…
x
Reference in New Issue
Block a user