diff --git a/README.md b/README.md index 31b0917..5010a2c 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ Ansible collection that holds roles, that can be used to configure common system ## Included content - **Modules**: - - [common](docs/common.md) - - [hashicorp](docs/hashicorp.md) - - [logs](docs/logs.md) - - [msmtp](docs/msmtp.md) - - [qemu_guest_agent](docs/qemu_guest_agent.md) - - [shellcheck](docs/shellcheck.md) + - [common](roles/common/README.md) + - [hashicorp](roles/hashicorp/README.md) + - [logs](roles/logs/README.md) + - [msmtp](roles/msmtp/README.md) + - [qemu_guest_agent](roles/qemu_guest_agent/README.md) + - [shellcheck](roles/shellcheck/README.md) ## Using this collection diff --git a/docs/common.md b/roles/common/README.md similarity index 100% rename from docs/common.md rename to roles/common/README.md diff --git a/docs/hashicorp.md b/roles/hashicorp/README.md similarity index 100% rename from docs/hashicorp.md rename to roles/hashicorp/README.md diff --git a/docs/logs.md b/roles/logs/README.md similarity index 100% rename from docs/logs.md rename to roles/logs/README.md diff --git a/docs/msmtp.md b/roles/msmtp/README.md similarity index 100% rename from docs/msmtp.md rename to roles/msmtp/README.md diff --git a/docs/qemu_guest_agent.md b/roles/qemu_guest_agent/README.md similarity index 100% rename from docs/qemu_guest_agent.md rename to roles/qemu_guest_agent/README.md diff --git a/docs/shellcheck.md b/roles/shellcheck/README.md similarity index 100% rename from docs/shellcheck.md rename to roles/shellcheck/README.md