Comment 2 for bug 1937911

Revision history for this message
Boris Lukashev (rageltman) wrote :

Missing privesc, fix is:
```
diff --git i/ansible/roles/cyborg/tasks/config.yml w/ansible/roles/cyborg/tasks/config.yml
index 0c4fa0df6..61dcb68ec 100644
--- i/ansible/roles/cyborg/tasks/config.yml
+++ w/ansible/roles/cyborg/tasks/config.yml
@@ -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

```
I'm not going to go through the process of signing up for yet another github to commit that (trying to PR on GH repos for openstack has not worked well in the past), but anyone with commit rights, please feel free to take it upstream.