diff --git a/galaxy.yml b/galaxy.yml index 31fff82..fdf78a5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,38 +1,38 @@ authors: - - Max Hösel +- Max Hösel build_ignore: - - .circleci - - .github - - .vscode - - dist - - CODE_OF_CONDUCT.md - - CONTRIBUTING.md - - .yamllint - - "*.tar.gz" - - .venv - - .tox - - .pytest_cache - - scripts - - .pre-commit-config.yaml - - .readthedocs.yaml - - pyproject.toml - - requirements.txt - - "**/requirements.txt" +- .circleci +- .github +- .vscode +- dist +- CODE_OF_CONDUCT.md +- CONTRIBUTING.md +- .yamllint +- '*.tar.gz' +- .venv +- .tox +- .pytest_cache +- scripts +- .pre-commit-config.yaml +- .readthedocs.yaml +- pyproject.toml +- requirements.txt +- '**/requirements.txt' dependencies: - ansible.posix: ">=1.0,<2.0" + ansible.posix: '>=1.0,<2.0' description: Collection dealing with Proxmox VE and PBS hosts issues: https://github.com/maxhoesel-ansible/ansible-collection-proxmox/issues license: - - GPL-3.0-or-later -license_file: "" +- GPL-3.0-or-later +license_file: '' name: proxmox namespace: maxhoesel readme: README.md repository: https://github.com/maxhoesel-ansible/ansible-collection-proxmox tags: - - proxmox - - lxc - - kvm - - virtualization - - pbs -version: 5.1.1 +- proxmox +- lxc +- kvm +- virtualization +- pbs +version: 6.0.0