meta: require ansible >= 2.15.0, community.docker >= 3.0.0

This commit is contained in:
transcaffeine 2024-10-05 10:38:19 +02:00
parent 084e48996a
commit b42468f0c0
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@ authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Various ansible roles useful for automating infrastructure
dependencies:
"community.docker": "^1.10.0"
"community.docker": "^3.0.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'

View File

@ -1,3 +1,2 @@
---
requires_ansible: ">=2.12"
requires_ansible: ">=2.15"