summaryrefslogtreecommitdiff
path: root/router.yml
diff options
context:
space:
mode:
authoruvok cheetah2023-10-31 17:09:08 +0100
committeruvok cheetah2023-10-31 17:09:08 +0100
commit2dded296b1bdf4e8deff9d5eae39ca7a1c10720a (patch)
tree269ece9b4ccfc612125f61a42ae842fa4be9d4c6 /router.yml
parent6b47c17c6a5315be41bed6fb7a28bdbbf3dfef34 (diff)
Linting!
indentation, naming, quoting, parameters, modes
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"