Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 rivejä
812 B

  1. # SPDX-FileCopyrightText: 2021 Matthew Cengia
  2. # SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
  3. # SPDX-FileCopyrightText: 2022 Marko Weltzer
  4. # SPDX-FileCopyrightText: 2023 Adrien le Maire
  5. #
  6. # SPDX-License-Identifier: AGPL-3.0-or-later
  7. ---
  8. - tags:
  9. - setup-all
  10. - setup-mautrix-twitter
  11. - install-all
  12. - install-mautrix-twitter
  13. block:
  14. - when: matrix_mautrix_twitter_enabled | bool
  15. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  16. - when: matrix_mautrix_twitter_enabled | bool
  17. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  18. - tags:
  19. - setup-all
  20. - setup-mautrix-twitter
  21. block:
  22. - when: not matrix_mautrix_twitter_enabled | bool
  23. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"