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!
This commit is contained in:
panda 2021-09-10 16:53:51 +02:00
parent 4d0e0b4e7e
commit 7059fe3ed1

View file

@ -1,7 +1,7 @@
# playbook.yml:
---
- name: "common config"
hosts: thismachine
hosts: localhost
connection: local
vars_files:
- variables.yml