Slavi Pantaleev před 4 roky
rodič
revize
1ed46f0a86
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-bridge-hookshot/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bridge-hookshot/tasks/setup_install.yml Zobrazit soubor

@@ -69,7 +69,7 @@
mode: 0400
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
when: "{{ matrix_hookshot_github_enabled|bool and matrix_hookshot_github_private_key|length }}"
when: matrix_hookshot_github_enabled|bool and matrix_hookshot_github_private_key|length > 0

- name: Ensure matrix-hookshot.service installed
template:


Načítá se…
Zrušit
Uložit