Files
Dmitriy Rabotyagov deec12f083 Ensure conditionals are proper booleans
In order to avoid broken conditionals error in Ansible
we need to ensure that variables are proper booleans at all times.

Change-Id: Ic43f934d594fee0268f731a7fec74fa2d0cb767a
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
2026-02-25 14:46:02 +00:00

34 lines
984 B
YAML

---
collections:
- name: https://opendev.org/openstack/ansible-config_template
version: master
type: git
- name: https://opendev.org/openstack/openstack-ansible-plugins
version: master
type: git
- name: community.crypto
source: https://github.com/ansible-collections/community.crypto
type: git
version: 2.22.3
- name: community.general
source: https://github.com/ansible-collections/community.general
type: git
version: 10.0.1
- name: community.rabbitmq
source: https://github.com/ansible-collections/community.rabbitmq
type: git
version: 1.3.0
roles:
- name: apt_package_pinning
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
- name: systemd_service
src: https://opendev.org/openstack/ansible-role-systemd_service
scm: git
version: master
- name: pki
src: https://opendev.org/openstack/ansible-role-pki
scm: git
version: master