openstack-ansible/releasenotes/notes/extra_variables_precedence-001b0b355ada6d39.yaml
Dmitriy Rabotyagov 0f8a14baf9 Change the order of params for openstack-ansible
In order to allow deployers to override variable from user_variables.yml
for the specific run of openstack-ansible with --extra-vars flag
we're changing the order of passed arguments to the ansible-playbook.

Change-Id: I1ad7d35241eef80ee5e46583b9625cb2694fc063
2019-09-12 19:08:45 +03:00

6 lines
135 B
YAML

---
features:
- |
Passed --extra-vars flag to the openstack-ansible should have precedence
over the user-variables*.yml now.