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