openstack-ansible-ops/multi-node-aio/requirements.yml
James Denton ff7cbf5548 Update MNAIO to use Ansible Collections
This patch updates various playbooks within the MNAIO to use ansible
collections, which is required for the latest Ansible versions.

Change-Id: Ia7694e6b182dc8898b56730537cc99759a722b20
2022-07-23 21:01:25 +00:00

8 lines
111 B
YAML

---
collections:
- ansible.netcommon
- ansible.posix
- community.general
- community.libvirt
- openstack.cloud