From b13274e4a6abd34ef65b3ec622294e48adc5c232 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 2 Jan 2020 20:01:00 +0100 Subject: [PATCH] Feat: adapt servers to it --- Bilimbi.yml | 2 +- Manioc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bilimbi.yml b/Bilimbi.yml index d0a3e51..f2759f2 100644 --- a/Bilimbi.yml +++ b/Bilimbi.yml @@ -14,7 +14,7 @@ - include: tasks/sudo.yml - include: tasks/ssh.yml - include: tasks/dotfiles.yml - - include: tasks/docker.yml + - include: tasks/deb_docker.yml handlers: - name: restart sshd diff --git a/Manioc.yml b/Manioc.yml index d73a3fb..d93581c 100644 --- a/Manioc.yml +++ b/Manioc.yml @@ -15,7 +15,7 @@ - include: tasks/sudo.yml - include: tasks/ssh.yml - include: tasks/dotfiles.yml - - include: tasks/docker.yml + - include: tasks/deb_docker.yml handlers: - name: restart sshd