summaryrefslogtreecommitdiff
path: root/router.yml
diff options
context:
space:
mode:
Diffstat (limited to 'router.yml')
-rw-r--r--router.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/router.yml b/router.yml
index 0c6191b..4383112 100644
--- a/router.yml
+++ b/router.yml
@@ -1,6 +1,6 @@
---
-- hosts: routing
+- name: "Install Router role"
+ hosts: routing
roles:
- - role: "roles/router"
- - role: "roles/common"
-
+ - role: "router"
+ - role: "common"