Просмотр исходного кода

Replace import_role calls with include_role calls

pull/2304/head
Slavi Pantaleev 3 лет назад
Родитель
Сommit
910cd9adf0
28 измененных файлов: 28 добавлений и 28 удалений
  1. +1
    -1
      roles/custom/matrix-backup-borg/tasks/setup_install.yml
  2. +1
    -1
      roles/custom/matrix-bot-buscarron/tasks/setup_install.yml
  3. +1
    -1
      roles/custom/matrix-bot-honoroit/tasks/setup_install.yml
  4. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml
  5. +1
    -1
      roles/custom/matrix-bot-postmoogle/tasks/setup_install.yml
  6. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml
  7. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml
  8. +1
    -1
      roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml
  9. +1
    -1
      roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml
  10. +1
    -1
      roles/custom/matrix-bridge-mautrix-discord/tasks/setup_install.yml
  11. +1
    -1
      roles/custom/matrix-bridge-mautrix-facebook/tasks/setup_install.yml
  12. +1
    -1
      roles/custom/matrix-bridge-mautrix-googlechat/tasks/setup_install.yml
  13. +1
    -1
      roles/custom/matrix-bridge-mautrix-hangouts/tasks/setup_install.yml
  14. +1
    -1
      roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml
  15. +1
    -1
      roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml
  16. +1
    -1
      roles/custom/matrix-bridge-mx-puppet-discord/tasks/setup_install.yml
  17. +1
    -1
      roles/custom/matrix-bridge-mx-puppet-groupme/tasks/setup_install.yml
  18. +1
    -1
      roles/custom/matrix-bridge-mx-puppet-instagram/tasks/setup_install.yml
  19. +1
    -1
      roles/custom/matrix-bridge-mx-puppet-slack/tasks/setup_install.yml
  20. +1
    -1
      roles/custom/matrix-bridge-mx-puppet-steam/tasks/setup_install.yml
  21. +1
    -1
      roles/custom/matrix-bridge-mx-puppet-twitter/tasks/setup_install.yml
  22. +1
    -1
      roles/custom/matrix-dimension/tasks/setup_install.yml
  23. +1
    -1
      roles/custom/matrix-jitsi/tasks/setup_jitsi_base.yml
  24. +1
    -1
      roles/custom/matrix-ma1sd/tasks/setup_install.yml
  25. +1
    -1
      roles/custom/matrix-nginx-proxy/tasks/ssl/setup_ssl_self_signed.yml
  26. +1
    -1
      roles/custom/matrix-postgres-backup/tasks/setup_install.yml
  27. +1
    -1
      roles/custom/matrix-registration/tasks/setup_install.yml
  28. +1
    -1
      roles/custom/matrix-synapse/tasks/goofys/setup_install.yml

+ 1
- 1
roles/custom/matrix-backup-borg/tasks/setup_install.yml Просмотреть файл

@@ -9,7 +9,7 @@
Consider setting `matrix_backup_borg_version` to your Postgres version manually.
when: not devture_postgres_enabled

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: detect_existing_postgres_version



+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/setup_install.yml Просмотреть файл

@@ -20,7 +20,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-bot-buscarron.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/setup_install.yml Просмотреть файл

@@ -20,7 +20,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-bot-honoroit.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml Просмотреть файл

@@ -21,7 +21,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-bot-matrix-reminder-bot.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bot-postmoogle/tasks/setup_install.yml Просмотреть файл

@@ -17,7 +17,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-bot-postmoogle.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml Просмотреть файл

@@ -21,7 +21,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-appservice-discord.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml Просмотреть файл

@@ -1,6 +1,6 @@
---

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: custom/matrix-base
tasks_from: ensure_openssl_installed



+ 1
- 1
roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml Просмотреть файл

@@ -22,7 +22,7 @@
systemd_services_to_stop: ['matrix-go-skype-bridge.service']
pgloader_options: ['--with "quote identifiers"']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml Просмотреть файл

@@ -1,6 +1,6 @@
---

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: custom/matrix-base
tasks_from: ensure_openssl_installed



+ 1
- 1
roles/custom/matrix-bridge-mautrix-discord/tasks/setup_install.yml Просмотреть файл

@@ -22,7 +22,7 @@
systemd_services_to_stop: ['matrix-mautrix-discord.service']
pgloader_options: ['--with "quote identifiers"']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mautrix-facebook/tasks/setup_install.yml Просмотреть файл

@@ -21,7 +21,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mautrix-facebook.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mautrix-googlechat/tasks/setup_install.yml Просмотреть файл

@@ -21,7 +21,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mautrix-googlechat.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mautrix-hangouts/tasks/setup_install.yml Просмотреть файл

@@ -21,7 +21,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mautrix-hangouts.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml Просмотреть файл

@@ -21,7 +21,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mautrix-telegram.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml Просмотреть файл

@@ -22,7 +22,7 @@
systemd_services_to_stop: ['matrix-mautrix-whatsapp.service']
pgloader_options: ['--with "quote identifiers"']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mx-puppet-discord/tasks/setup_install.yml Просмотреть файл

@@ -55,7 +55,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mx-puppet-discord.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mx-puppet-groupme/tasks/setup_install.yml Просмотреть файл

@@ -53,7 +53,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mx-puppet-groupme.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mx-puppet-instagram/tasks/setup_install.yml Просмотреть файл

@@ -21,7 +21,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mx-puppet-instagram.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mx-puppet-slack/tasks/setup_install.yml Просмотреть файл

@@ -49,7 +49,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mx-puppet-slack.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mx-puppet-steam/tasks/setup_install.yml Просмотреть файл

@@ -53,7 +53,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mx-puppet-steam.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-bridge-mx-puppet-twitter/tasks/setup_install.yml Просмотреть файл

@@ -53,7 +53,7 @@
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mx-puppet-twitter.service']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-dimension/tasks/setup_install.yml Просмотреть файл

@@ -63,7 +63,7 @@
additional_psql_statements_list: "{{ matrix_dimension_pgloader_additional_psql_statements_list }}"
additional_psql_statements_db_name: "{{ matrix_dimension_database_name }}"

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-jitsi/tasks/setup_jitsi_base.yml Просмотреть файл

@@ -1,6 +1,6 @@
---

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: custom/matrix-base
tasks_from: ensure_openssl_installed



+ 1
- 1
roles/custom/matrix-ma1sd/tasks/setup_install.yml Просмотреть файл

@@ -37,7 +37,7 @@
systemd_services_to_stop: ['matrix-ma1sd.service']
pgloader_options: ['--with "quote identifiers"']

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-nginx-proxy/tasks/ssl/setup_ssl_self_signed.yml Просмотреть файл

@@ -1,6 +1,6 @@
---

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: custom/matrix-base
tasks_from: ensure_openssl_installed
when: "matrix_ssl_retrieval_method == 'self-signed'"


+ 1
- 1
roles/custom/matrix-postgres-backup/tasks/setup_install.yml Просмотреть файл

@@ -1,7 +1,7 @@
---


- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: detect_existing_postgres_version
when: 'matrix_postgres_backup_postgres_data_path != ""'


+ 1
- 1
roles/custom/matrix-registration/tasks/setup_install.yml Просмотреть файл

@@ -26,7 +26,7 @@
- ALTER TABLE tokens ALTER COLUMN ex_date TYPE TIMESTAMP WITHOUT TIME ZONE;
additional_psql_statements_db_name: "{{ matrix_registration_database_name }}"

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: galaxy/com.devture.ansible.role.postgres
tasks_from: migrate_db_to_postgres



+ 1
- 1
roles/custom/matrix-synapse/tasks/goofys/setup_install.yml Просмотреть файл

@@ -1,6 +1,6 @@
---

- ansible.builtin.import_role:
- ansible.builtin.include_role:
name: custom/matrix-base
tasks_from: ensure_fuse_installed



Загрузка…
Отмена
Сохранить