Przeglądaj źródła

Merge pull request #1504 from HarHarLinks/plabook

s/plabook/playbook
pull/1507/head
Slavi Pantaleev 4 lat temu
committed by GitHub
rodzic
commit
1669c45be6
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
10 zmienionych plików z 10 dodań i 10 usunięć
  1. +1
    -1
      roles/matrix-bridge-appservice-slack/tasks/init.yml
  2. +1
    -1
      roles/matrix-bridge-appservice-webhooks/tasks/init.yml
  3. +1
    -1
      roles/matrix-bridge-mautrix-googlechat/tasks/init.yml
  4. +1
    -1
      roles/matrix-bridge-mautrix-hangouts/tasks/init.yml
  5. +1
    -1
      roles/matrix-bridge-mautrix-telegram/tasks/init.yml
  6. +1
    -1
      roles/matrix-bridge-mx-puppet-slack/tasks/init.yml
  7. +1
    -1
      roles/matrix-bridge-mx-puppet-twitter/tasks/init.yml
  8. +1
    -1
      roles/matrix-etherpad/tasks/init.yml
  9. +1
    -1
      roles/matrix-registration/tasks/init.yml
  10. +1
    -1
      roles/matrix-synapse-admin/tasks/init.yml

+ 1
- 1
roles/matrix-bridge-appservice-slack/tasks/init.yml Wyświetl plik

@@ -44,7 +44,7 @@
msg: >-
Trying to append Slack Appservice's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-bridge-appservice-slack role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-bridge-appservice-webhooks/tasks/init.yml Wyświetl plik

@@ -37,7 +37,7 @@
msg: >-
Trying to append webhooks Appservice's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-bridge-appservice-webhooks role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-bridge-mautrix-googlechat/tasks/init.yml Wyświetl plik

@@ -28,7 +28,7 @@
msg: >-
Trying to append Mautrix googlechat's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-bridge-mautrix-googlechat role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-bridge-mautrix-hangouts/tasks/init.yml Wyświetl plik

@@ -28,7 +28,7 @@
msg: >-
Trying to append Mautrix Hangouts's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-bridge-mautrix-hangouts role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-bridge-mautrix-telegram/tasks/init.yml Wyświetl plik

@@ -28,7 +28,7 @@
msg: >-
Trying to append Mautrix Telegram's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-bridge-mautrix-telegram role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-bridge-mx-puppet-slack/tasks/init.yml Wyświetl plik

@@ -28,7 +28,7 @@
msg: >-
Trying to append Slack Appservice's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-mx-puppet-slack role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-bridge-mx-puppet-twitter/tasks/init.yml Wyświetl plik

@@ -28,7 +28,7 @@
msg: >-
Trying to append Twitter Appservice's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-mx-puppet-twitter role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-etherpad/tasks/init.yml Wyświetl plik

@@ -8,7 +8,7 @@
msg: >-
Trying to append Etherpad's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-etherpad role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-registration/tasks/init.yml Wyświetl plik

@@ -15,7 +15,7 @@
msg: >-
Trying to append matrix-registration's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-registration role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



+ 1
- 1
roles/matrix-synapse-admin/tasks/init.yml Wyświetl plik

@@ -15,7 +15,7 @@
msg: >-
Trying to append Synapse Admin's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your plabook,
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-synapse-admin role.
when: matrix_nginx_proxy_role_executed|default(False)|bool



Ładowanie…
Anuluj
Zapisz