summaryrefslogtreecommitdiffstats
path: root/site.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:34 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:34 +0200
commit4e96a9abb248290a72a5bcf088ba16c1d6e2ab71 (patch)
treea7075a97981c025a7fd50a9eb729886f54c74570 /site.yml
parentb94d56f916c275ba73e4cd668629652993a96107 (diff)
Minor refactoring to set hostname and fix rpi5 bootstrap
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"