Merge "Fix permission issue when removing octavia temp dirs"

This commit is contained in:
Zuul 2020-02-18 17:17:23 +00:00 committed by Gerrit Code Review
commit 96532125e3
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,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 }}"