Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check warning on line 1 in galaxy.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

galaxy[no-changelog]

No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
### REQUIRED
# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
Expand All @@ -9,7 +9,7 @@
name: linux_system

# The version of the collection. Must be compatible with semantic versioning
version: 0.7.1 # noqa: galaxy[version-incorrect]
version: 0.7.2 # noqa: galaxy[version-incorrect]

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
Loading