geerlingguy / ansible-role-docker

Ansible Role - Docker
https://galaxy.ansible.com/geerlingguy/docker/
MIT License
1.8k stars 851 forks source link

Fix min_ansible_version type #446

Closed ifedotov-re closed 1 day ago

ifedotov-re commented 6 months ago

Hi! Ansible Lint says:

schema[meta]: $.galaxy_info.min_ansible_version 2.1 is not of type 'string'.
roles/geerlingguy.docker/meta/main.yml:1

https://github.com/geerlingguy/ansible-role-docker/blob/master/meta/main.yml#L10

galaxy_info:
  min_ansible_version: 2.10

I think it's parsed as 2.1 float and it should be quoted to be parsed as 2.10:

galaxy_info:
  min_ansible_version: "2.10"
github-actions[bot] commented 2 months ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] commented 1 day ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.