Skip to content
Snippets Groups Projects
Commit e4a1683f authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents c17fa464 5cb08024
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
fixes:
- |
Fixes an issue with Cyborg deployment. `LP#1937911
<https://bugs.launchpad.net/kolla-ansible/+bug/1937911>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment