Skip to content

Commit 5327104

Browse files
markgoddardyoctozepto
authored andcommitted
cyborg: add missing become for api-paste.ini
Co-Authored-By: Boris Lukashev Change-Id: I52eaf823ae84e01a09a6dcfcbffd7221ff8abfac Closes-Bug: #1937911 (cherry picked from commit 5cb0802)
1 parent 8ff5c6f commit 5327104

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ansible/roles/cyborg/tasks/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
- "{{ node_custom_config }}/cyborg/cyborg-api-paste.ini"
9292
dest: "{{ node_config_directory }}/cyborg-api/api-paste.ini"
9393
mode: "0660"
94+
become: true
9495
when:
9596
- inventory_hostname in groups['cyborg-api']
9697
- service.enabled | bool
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with Cyborg deployment. `LP#1937911
5+
<https://bugs.launchpad.net/kolla-ansible/+bug/1937911>`__

0 commit comments

Comments
 (0)