diff --git a/roles/authentik_docker/handlers/main.yml b/roles/docker_authentik/handlers/main.yml similarity index 100% rename from roles/authentik_docker/handlers/main.yml rename to roles/docker_authentik/handlers/main.yml diff --git a/roles/authentik_docker/tasks/main.yml b/roles/docker_authentik/tasks/main.yml similarity index 100% rename from roles/authentik_docker/tasks/main.yml rename to roles/docker_authentik/tasks/main.yml diff --git a/roles/authentik_docker/templates/.env.j2 b/roles/docker_authentik/templates/.env.j2 similarity index 100% rename from roles/authentik_docker/templates/.env.j2 rename to roles/docker_authentik/templates/.env.j2 diff --git a/roles/authentik_docker/templates/authentik-docker.service.j2 b/roles/docker_authentik/templates/authentik-docker.service.j2 similarity index 100% rename from roles/authentik_docker/templates/authentik-docker.service.j2 rename to roles/docker_authentik/templates/authentik-docker.service.j2 diff --git a/roles/authentik_docker/templates/docker-compose.yml.j2 b/roles/docker_authentik/templates/docker-compose.yml.j2 similarity index 100% rename from roles/authentik_docker/templates/docker-compose.yml.j2 rename to roles/docker_authentik/templates/docker-compose.yml.j2 diff --git a/site.yml b/site.yml index b405d1b..32c0344 100644 --- a/site.yml +++ b/site.yml @@ -16,5 +16,5 @@ remote_user: root roles: - - authentik_docker + - docker_authentik