summaryrefslogtreecommitdiff
path: root/chaos-at-home/common.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/common.yml')
-rw-r--r--chaos-at-home/common.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chaos-at-home/common.yml b/chaos-at-home/common.yml
index 59024522..22997e3f 100644
--- a/chaos-at-home/common.yml
+++ b/chaos-at-home/common.yml
@@ -2,7 +2,7 @@
- name: Basic Setup
hosts: "{{ install_hostname }}"
roles:
- - role: base
- - role: sshd
- - role: zsh
+ - role: core/base
+ - role: core/sshd
+ - role: core/zsh
- role: apt-repo/base