fixed small typo

master
Virgile Retault 2 years ago
parent 79a5fe02ee
commit ed0691d078

@ -76,6 +76,14 @@
notify: Restart the telegram bridge
no_log: true
- name: Ensure the log directory exists
file:
path: /var/log/bridge_telegram
state: directory
group: nogroup
owner: mautrix-telegram
mode: u=rwx,g=rx,o=
- name: Generate telegram-registration.yaml
become: yes
become_user: mautrix-telegram
@ -100,14 +108,6 @@
dest: /etc/matrix-synapse/registrations/telegram-registration.yaml
state: link
- name: Ensure the log directory exists
file:
path: /var/log/bridge_telegram
state: directory
group: nogroup
owner: mautrix-telegram
mode: u=rwx,g=rx,o=
- name: Copy the daemon configuration
template:
src: bridge_telegram.service

Loading…
Cancel
Save