From 3a2319c9c58886a7938deabafc66ad4bc128c9f8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 31 May 2020 23:12:36 +0200 Subject: move core roles to subdir --- chaos-at-home/ch-jump.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chaos-at-home/ch-jump.yml') diff --git a/chaos-at-home/ch-jump.yml b/chaos-at-home/ch-jump.yml index ba7e640d..82013d21 100644 --- a/chaos-at-home/ch-jump.yml +++ b/chaos-at-home/ch-jump.yml @@ -2,8 +2,8 @@ - name: Basic Setup hosts: ch-jump roles: - - role: base - - role: sshd - - role: zsh + - role: core/base + - role: core/sshd + - role: core/zsh - role: apt-repo/base - role: admin-user -- cgit v1.2.3