Merge "cyborg: add missing become for api-paste.ini"

This commit is contained in:
Zuul 2021-07-29 15:54:19 +00:00 committed by Gerrit Code Review
commit e4a1683f2a
2 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,7 @@
- "{{ node_custom_config }}/cyborg/cyborg-api-paste.ini"
dest: "{{ node_config_directory }}/cyborg-api/api-paste.ini"
mode: "0660"
become: true
when:
- inventory_hostname in groups['cyborg-api']
- service.enabled | bool

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue with Cyborg deployment. `LP#1937911
<https://bugs.launchpad.net/kolla-ansible/+bug/1937911>`__