diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-12-24 13:53:37 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-12-24 13:53:37 +0100 |
commit | b8e0b8a6bf8fb3e879d0cd2d453e54f16a62a75e (patch) | |
tree | 482cf360028c316f4e19295f30179ee92fe18eb7 /chaos-at-home/ch-gnocchi.yml | |
parent | openbsd automatic install, added todo (diff) |
installer: move bootstrap roles to common subdir
Diffstat (limited to 'chaos-at-home/ch-gnocchi.yml')
-rw-r--r-- | chaos-at-home/ch-gnocchi.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chaos-at-home/ch-gnocchi.yml b/chaos-at-home/ch-gnocchi.yml index 2ab51770..8a39ee19 100644 --- a/chaos-at-home/ch-gnocchi.yml +++ b/chaos-at-home/ch-gnocchi.yml @@ -6,8 +6,8 @@ - role: sshd - role: zsh - role: vm/host - - role: installer/debian - - role: installer/openbsd + - role: installer/debian/base + - role: installer/openbsd/base post_tasks: # you need to reboot for changes to take effect - name: install network interface config |