v0.3.1 bumping version for latest changes

This commit is contained in:
2025-11-07 16:47:07 +01:00
parent fb6fd031f4
commit 9369d7389d
2 changed files with 9 additions and 6 deletions

View File

@@ -9,10 +9,13 @@
this ansible collection primarily aims to provide common roles that i've been building
for either my home or the wululu web network and systems.
by publishing it i hope it can be useful for anyone looking for inspiration
or even roles ready-to-go.
please mind that everything in this collection mainly focuses debian as a server operating system.
thus i will not add features specific to other operating systems unless i really need to.
if you have any questions or suggestions feel free to get in touch with me.
## contents
@@ -23,7 +26,7 @@ if you have any questions or suggestions feel free to get in touch with me.
* **docker** a docker install role to install docker-ce engine [🠞README](roles/docker/README.md)
### playbooks
* **test_connection.yml** a playbook to test ansible and connectivity by running the `test` and the role
* **test_connection.yml** a playbook to test ansible and connectivity by running ansible pings and the role `test`.
## usage
to use a **playbook** provided with this collection you can use `import_playbook`:

View File

@@ -8,7 +8,7 @@ namespace: dede
name: common
# The version of the collection. Must be compatible with semantic versioning
version: 0.3.0
version: 0.3.1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md