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:
parent
4d0e0b4e7e
commit
7059fe3ed1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# playbook.yml:
|
# playbook.yml:
|
||||||
---
|
---
|
||||||
- name: "common config"
|
- name: "common config"
|
||||||
hosts: thismachine
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
vars_files:
|
vars_files:
|
||||||
- variables.yml
|
- variables.yml
|
||||||
|
|
Loading…
Reference in a new issue