@@ -0,0 +1,7 @@
+test:
+ ansible-playbook playbook.yml -i hosts --limit=test
+install:
+ cp envrc.example .envrc
+ direnv allow
+ pip install ansible
+ ansible-galaxy collection install community.postgresql