summaryrefslogtreecommitdiffstats
path: root/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/site.yml b/site.yml
index d6b9742..4306529 100644
--- a/site.yml
+++ b/site.yml
@@ -1,8 +1,8 @@
---
-- name: Distro Install
+- name: "Distro Install"
hosts: all
become: true
roles:
- - role: partition
- - role: bootstrap
- - role: configure
+ - role: "partition"
+ - role: "bootstrap"
+ - role: "configure"