Skip to content

Commit

Permalink
Update collection version to v3.0.0 (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: maxhoesel <48120915+maxhoesel@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and maxhoesel authored Dec 24, 2024
1 parent 2d9444a commit 0a0e28e
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
authors:
- Max Hösel <ansible@maxhoesel.de>
- Max Hösel <ansible@maxhoesel.de>
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:
community.general: ">=2.0.0"
community.general: '>=2.0.0'
description: A collection to manage a caddy installation
issues: https://github.com/maxhoesel-ansible/ansible-collection-caddy/issues
license_file: LICENSE
Expand All @@ -28,8 +28,8 @@ namespace: maxhoesel
readme: README.md
repository: https://github.com/maxhoesel-ansible/ansible-collection-caddy
tags:
- caddy
- webserver
- linux
- application
version: 2.0.0
- caddy
- webserver
- linux
- application
version: 3.0.0

0 comments on commit 0a0e28e

Please sign in to comment.