We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 197ffbd + 5327104 commit 10d4a09Copy full SHA for 10d4a09
ansible/roles/cyborg/tasks/config.yml
@@ -91,6 +91,7 @@
91
- "{{ node_custom_config }}/cyborg/cyborg-api-paste.ini"
92
dest: "{{ node_config_directory }}/cyborg-api/api-paste.ini"
93
mode: "0660"
94
+ become: true
95
when:
96
- inventory_hostname in groups['cyborg-api']
97
- service.enabled | bool
releasenotes/notes/cyborg-become-8453d941af536e91.yaml
@@ -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