matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev f92c4d5a27 Use Ansible dig lookup instead of calling the dig program
This means we no longer have a dependency on the `dig` program,
but we do have a dependency on `dnspython`.

Improves things as suggested in #65 (Github issue).
2019-01-08 10:19:45 +02:00
..
import Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00
self_check Use Ansible dig lookup instead of calling the dig program 2019-01-08 10:19:45 +02:00
setup Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00
util Make Postgres version detection logic reusable to ease maintenance 2019-01-01 13:43:51 +02:00
main.yml Replace include usage with include_tasks and import_tasks 2019-01-03 15:24:08 +02:00
register_user.yml Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00
start.yml Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00
upgrade_postgres.yml Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00