Files
openstack-ansible-os_tempest/requirements.yml
Dmitriy Rabotyagov 64321b6fa5 Auto-fix yaml rules
In order to reduce divergance with ansible-lint rules, we apply
auto-fixing of violations.

In current patch we replace all kind of truthy variables with
`true` or `false` values to align with recommendations along with
alignment of used quotes.

Change-Id: Id65c3c3a2a36c28fc9fb9a90b151570e9fa694bd
2025-02-12 15:11:20 +01:00

12 lines
322 B
YAML

---
# python_venv_build ansible role
- name: python_venv_build
scm: git
src: https://opendev.org/openstack/ansible-role-python_venv_build.git
version: master
# ansible-config_template action plugin
- name: config_template
scm: git
src: https://opendev.org/openstack/ansible-config_template.git
version: master