11 lines
268 B
YAML
11 lines
268 B
YAML
# requirements.yml
|
|
|
|
# This file lists the Ansible collections required by the playbooks.
|
|
# The collections are based on the commented-out roles in main.yml.
|
|
|
|
collections:
|
|
- name: community.general
|
|
version: "3.0.0"
|
|
- name: community.crypto
|
|
version: "2.0.0"
|