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
12 lines
322 B
YAML
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
|