bb24fbfef3
In the deploy steps playbook downloaded via "openstack overcloud config download", all the tasks require sudo. The tasks should use "become: true", otherwise they fail with permission denied errors. Change-Id: I561b5ef6dee0ee7cac67ba798eda284fb7f7a8d0 Closes-Bug: #1717298
7 lines
174 B
YAML
7 lines
174 B
YAML
---
|
|
fixes:
|
|
- >
|
|
In the deploy steps playbook downloaded via
|
|
"openstack overcloud config download", all the tasks
|
|
require sudo. The tasks now use "become: true".
|