
Resolve ansible-lint issues in the role. Move all to Ansible 2.11 testing, since new molecule works with collections and TripleO will use Ansible 2.11/2.12 for deployment from Wallaby. Use FQCN for Ansible collections. Co-Author: Brendan Shephard <bshephar@redhat.com> Change-Id: I35a94d3d6335a5589a1b4ed6f3c5c599ccc59eda
12 lines
302 B
YAML
12 lines
302 B
YAML
collections:
|
|
- containers.podman
|
|
# - community.general
|
|
# Until community.general release is out use latest from git
|
|
- name: https://github.com/ansible-collections/community.general
|
|
type: git
|
|
version: main
|
|
- community.docker
|
|
- ansible.posix
|
|
- ansible.netcommon
|
|
- openstack.cloud
|