Convert all OS module imports to collections imports
Instead of importing code from 2.9 Ansible modules, start import
it from Openstack Ansible collection.
It requires Openstack Ansible collection to be installed and will
work with both Ansible 2.9 and 2.11
Change-Id: I0f9f0d26a6b499c13af994edd1353b19620be14d
(cherry picked from commit a4afb20deb)
This commit is contained in:
@@ -19,4 +19,5 @@
|
||||
|
||||
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo_', '') }}"
|
||||
tripleo_{{ role_name | replace('tripleo_', '') }}_debug: {% raw %}"{{ (ansible_verbosity | int) >= 2 | bool }}"{% endraw %}
|
||||
|
||||
tripleo_{{ role_name | replace('tripleo_', '') }}_hide_sensitive_logs: true
|
||||
|
||||
Reference in New Issue
Block a user