fix: update min_ansible to 2.15 due to deb822_repository
This commit is contained in:
parent
0d364f3359
commit
ffc1ed7fde
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
# Collections must specify a minimum required ansible version to upload
|
||||
# to galaxy
|
||||
requires_ansible: '>=2.10'
|
||||
requires_ansible: '>=2.15'
|
||||
|
||||
# Content that Ansible needs to load from another location or that has
|
||||
# been deprecated/removed
|
||||
|
|
Loading…
Reference in a new issue