From 9612c9c6b92a4d174c7893fec1f5d59e86f9960a Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 12 Oct 2025 20:24:51 +1000 Subject: [PATCH] chore: set hosts shell --- all.yml | 1 + hosts.ini | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/all.yml b/all.yml index 7330057..1f52602 100644 --- a/all.yml +++ b/all.yml @@ -7,6 +7,7 @@ file: path: "/data" state: directory + - name: Setup base system import_tasks: tasks/base.yml diff --git a/hosts.ini b/hosts.ini index 9d6fdd8..6bdd247 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,3 +1,7 @@ +[all:vars] +ansible_shell_type = sh +ansible_shell_executable = /bin/bash + [cloud] vps02.comprofix.com