Add local connection

This commit is contained in:
flyingscorpio@clevo 2022-03-15 12:39:42 +01:00
parent 7e6c03630b
commit 7a98f3ef07

View file

@ -1,5 +1,6 @@
---
- hosts: localhost
connection: local
roles:
- { role: git, tags: git }
- { role: base, tags: base }