diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:34 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:34 +0200 |
| commit | 4e96a9abb248290a72a5bcf088ba16c1d6e2ab71 (patch) | |
| tree | a7075a97981c025a7fd50a9eb729886f54c74570 /site.yml | |
| parent | b94d56f916c275ba73e4cd668629652993a96107 (diff) | |
Minor refactoring to set hostname and fix rpi5 bootstrap
Diffstat (limited to 'site.yml')
| -rw-r--r-- | site.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |
