Makefile 184 B

1234567
  1. test:
  2. ansible-playbook playbook.yml -i hosts --limit=test
  3. install:
  4. cp envrc.example .envrc
  5. direnv allow
  6. pip install ansible
  7. ansible-galaxy collection install community.postgresql