ansible-gnutaler-setup/roles/taler_repo/handlers/main.yml
nocci fdc9234540 feat(infrastructure): introduce ansible deployment for taler services
- add ansible playbooks and roles for deploying taler exchange and merchant
- configure PostgreSQL, GNU Taler repositories, and services

🔧 chore(config): provide example env and gitignore for sensitive files

- create .env-example with placeholders for sensitive info
- add .gitignore entries for .env and common editor files
2025-11-03 13:15:46 +00:00

4 lines
90 B
YAML

---
- name: Update apt cache for Taler repo
ansible.builtin.apt:
update_cache: true