fixed small typo

This commit is contained in:
Virgile Retault 2022-03-22 21:06:47 -04:00
parent 79a5fe02ee
commit ed0691d078
2 changed files with 10 additions and 10 deletions

View file

@ -76,6 +76,14 @@
notify: Restart the telegram bridge notify: Restart the telegram bridge
no_log: true 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 - name: Generate telegram-registration.yaml
become: yes become: yes
become_user: mautrix-telegram become_user: mautrix-telegram
@ -100,14 +108,6 @@
dest: /etc/matrix-synapse/registrations/telegram-registration.yaml dest: /etc/matrix-synapse/registrations/telegram-registration.yaml
state: link 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 - name: Copy the daemon configuration
template: template:
src: bridge_telegram.service src: bridge_telegram.service