Merge "Ensure we get the correct setype for haproxy log dir"

This commit is contained in:
Zuul 2019-01-07 19:41:19 +00:00 committed by Gerrit Code Review
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