fix: fix invalid version specifier

This commit is contained in:
kurokobo 2022-02-10 23:51:31 +09:00
parent 54fe0cf66a
commit e8d6bb2c9e

View file

@ -422,7 +422,7 @@ ansible-galaxy collection init demo.collection
mkdir -p demo/collection/meta
cat <<EOF > demo/collection/meta/runtime.yml
---
requires_ansible: "<=2.10"
requires_ansible: ">=2.9"
EOF
# Create new Plugin