diff options
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" |
