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:
Sagi Shnaidman
2021-08-04 23:04:03 +03:00
parent 9e83d978c7
commit 58f1b66437
43 changed files with 114 additions and 222 deletions

View File

@@ -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