Merge "Fix permission issue when removing octavia temp dirs" into stable/stein

This commit is contained in:
Zuul 2020-02-18 21:59:36 +00:00 committed by Gerrit Code Review
commit 7869c26b6a
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ outputs:
ANSIBLE_LOG_PATH: "{{ octavia_log_dir }}/octavia-ansible.log"
shell: "{{ config_octavia_cmd }}"
- name: Purge temp dirs
become: true
file:
state: absent
path: "{{ item }}"