From feed96e103ba027c67976dd8da71c1dcaa106a63 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 16 Feb 2019 12:26:09 +0100 Subject: [PATCH] Rename matrix riot role --- riot.yml => matrix-riot.yml | 2 +- roles/{riot => matrix-riot}/README.md | 0 roles/{riot => matrix-riot}/handlers/main.yml | 0 roles/{riot => matrix-riot}/tasks/main.yml | 0 roles/{riot => matrix-riot}/templates/nginx-riot.j2 | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename riot.yml => matrix-riot.yml (80%) rename roles/{riot => matrix-riot}/README.md (100%) rename roles/{riot => matrix-riot}/handlers/main.yml (100%) rename roles/{riot => matrix-riot}/tasks/main.yml (100%) rename roles/{riot => matrix-riot}/templates/nginx-riot.j2 (100%) diff --git a/riot.yml b/matrix-riot.yml similarity index 80% rename from riot.yml rename to matrix-riot.yml index b415100..9bcc197 100644 --- a/riot.yml +++ b/matrix-riot.yml @@ -2,5 +2,5 @@ # Install Riot on Riot containers - hosts: riot.adm.auro.re roles: - - riot + - matrix-riot diff --git a/roles/riot/README.md b/roles/matrix-riot/README.md similarity index 100% rename from roles/riot/README.md rename to roles/matrix-riot/README.md diff --git a/roles/riot/handlers/main.yml b/roles/matrix-riot/handlers/main.yml similarity index 100% rename from roles/riot/handlers/main.yml rename to roles/matrix-riot/handlers/main.yml diff --git a/roles/riot/tasks/main.yml b/roles/matrix-riot/tasks/main.yml similarity index 100% rename from roles/riot/tasks/main.yml rename to roles/matrix-riot/tasks/main.yml diff --git a/roles/riot/templates/nginx-riot.j2 b/roles/matrix-riot/templates/nginx-riot.j2 similarity index 100% rename from roles/riot/templates/nginx-riot.j2 rename to roles/matrix-riot/templates/nginx-riot.j2