You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ansible roles could also provide a uninstall role that is triggered by matrix-registration-bot-enabled=false.
In the main.yml it would look like this:
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
when: "run_setup|bool and not matrix_registration_bot_enabled|bool"
tags:
- setup-all
- setup-matrix-registration-bot
The text was updated successfully, but these errors were encountered:
The ansible roles could also provide a uninstall role that is triggered by
matrix-registration-bot-enabled=false
.In the
main.yml
it would look like this:The text was updated successfully, but these errors were encountered: