tripleo-heat-templates/releasenotes/notes/use-become-true-in-deploy-steps-playbook-01decb18d895879f.yaml
James Slagle bb24fbfef3 Use "become: true" in deploy steps tasks
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
2017-09-27 13:17:33 -04:00

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".