From 2a8fe454160fce88b53df20449a371c497fd682b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 9 Sep 2019 21:25:43 +0200 Subject: [PATCH] Feat: ansible config for manioc --- Manioc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Manioc.yml b/Manioc.yml index 087abfe..d73a3fb 100644 --- a/Manioc.yml +++ b/Manioc.yml @@ -8,6 +8,7 @@ - vars/Manioc.yml tasks: + - include: tasks/ansible.yml - include: tasks/deb_CLI_packages.yml - include: tasks/prompt.yml - include: tasks/users.yml