From 7059fe3ed176cdf3b8bb5fd1b30161146b4ba28c Mon Sep 17 00:00:00 2001 From: panda Date: Fri, 10 Sep 2021 16:53:51 +0200 Subject: [PATCH] fixed local running since in Debian 11 ansible installation is made trough python modules, there is no /etc/ansible/ configfiles anymore, now we don't need to populate the ansible hosts anymore! --- common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.yml b/common.yml index fa70e1f..a5eaca2 100644 --- a/common.yml +++ b/common.yml @@ -1,7 +1,7 @@ # playbook.yml: --- - name: "common config" - hosts: thismachine + hosts: localhost connection: local vars_files: - variables.yml