96d0dd09da
A new option has been added to OpenStack-Ansible to set the role fetch mode. The option ``ANSIBLE_ROLE_FETCH_MODE`` will enable the ability to change how role dependencies are resolved. The variable can be set to "galaxy", or "git-clone". The default value is "galaxy". Change-Id: I70d9528b2350e64fafe967e023c3f26ed57e8630 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
6 lines
204 B
YAML
6 lines
204 B
YAML
---
|
|
features:
|
|
- A new option has been added to ``bootstrap-ansible.sh`` to set
|
|
the role fetch mode. The environment variable ``ANSIBLE_ROLE_FETCH_MODE``
|
|
sets how role dependencies are resolved.
|