Update to 2020-06-19 13:00

master
Daniel Berteaud 4 years ago
parent 3a78eb2054
commit 659477f1a7
  1. 11
      roles/patrix/templates/patrixrc.j2

@ -0,0 +1,11 @@
[default]
server = {{ patrix_server }}
{% if patrix_user is defined and patrix_pass is defined %}
user = {{ patrix_user }}
password = {{ patrix_pass }}
{% elif patrix_token is defined %}
access_token = {{ patrix_token }}
{% endif %}
{% if patrix_room is defined %}
room = {{ patrix_room }}
{% endif %}
Loading…
Cancel
Save