fixed small typo
This commit is contained in:
parent
79a5fe02ee
commit
ed0691d078
2 changed files with 10 additions and 10 deletions
|
@ -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…
Reference in a new issue