mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
fix: fix invalid version specifier
This commit is contained in:
parent
54fe0cf66a
commit
e8d6bb2c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ ansible-galaxy collection init demo.collection
|
||||||
mkdir -p demo/collection/meta
|
mkdir -p demo/collection/meta
|
||||||
cat <<EOF > demo/collection/meta/runtime.yml
|
cat <<EOF > demo/collection/meta/runtime.yml
|
||||||
---
|
---
|
||||||
requires_ansible: "<=2.10"
|
requires_ansible: ">=2.9"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Create new Plugin
|
# Create new Plugin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue