mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
11 lines
250 B
YAML
11 lines
250 B
YAML
---
|
|
# Ansible Galaxy requirements
|
|
# Install: ansible-galaxy install -r requirements.yml
|
|
|
|
collections:
|
|
- name: community.docker
|
|
version: ">=3.0.0"
|
|
- name: community.general
|
|
version: ">=7.0.0"
|
|
- name: ansible.posix
|
|
version: ">=1.5.0"
|