Since ansible-core 2.10 it is recommended to use modules via FQCN In order to align with recommendation, we perform migration by applying suggestions made by `ansible-lint --fix=fqcn` Change-Id: I0cdfc57781cd369e6f6ca2a69f16c6e3d23980a1
9 lines
163 B
YAML
9 lines
163 B
YAML
---
|
|
- name: Create OpenStack openrc and clouds.yaml file
|
|
hosts: all
|
|
user: root
|
|
roles:
|
|
- role: "openstack_openrc"
|
|
vars:
|
|
openrc_os_password: secrete
|