Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docs/docs/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ These are the plugins in the `opsmill.infrahub` collection:

<!-- vale off -->

* [node](./references/plugins/node_module.mdx) – Creates, Updates or Deletes a node in Infrahub
* [branch](./references/plugins/branch_module.mdx) – Creates, Updates or Deletes a branch in Infrahub
* [query_graphql](./references/plugins/query_graphql_module.mdx) – Queries and returns elements from Infrahub GraphQL API
* [artifact_fetch](./references/plugins/artifact_fetch_module.mdx) – Fetch the content of an artifact from Infrahub
* [node](./references/plugins/node_module.mdx) – Creates, Updates or Deletes a node in Infrahub
* [query_graphql](./references/plugins/query_graphql_module.mdx) – Queries and returns elements from Infrahub GraphQL API

<!-- vale on -->

Expand All @@ -49,4 +49,4 @@ These are the plugins in the `opsmill.infrahub` collection:

These are the roles in the `opsmill.infrahub` collection:

* [install](./references/roles/install.mdx) – Install Infrahub
* [install](./references/roles/install.mdx) – Install Infrahub
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: opsmill
name: infrahub

# The version of the collection. Must be compatible with semantic versioning
version: 1.5.2
version: 1.5.3

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "infrahub_ansible_modules"
version = "1.5.2"
version = "1.5.3"
description = "Ansible collection to interact with Infrahub's API"
authors = ["OpsMill <info@opsmill.com>"]
package-mode = false
Expand Down
Loading