Explorar el Código

made tasks sensitive to tags

pull/622/head
Sabine Laszakovits hace 5 años
committed by Stuart Mumford
padre
commit
d9b39bceb1
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      roles/matrix-maubot/tasks/main.yml

+ 5
- 0
roles/matrix-maubot/tasks/main.yml Ver fichero

@@ -0,0 +1,5 @@
- import_tasks: "{{ role_path }}/tasks/setup.yml"
when: "run_setup|bool and matrix_maubot_enabled|bool"
tags:
- setup-all
- setup-bot-maubot

Cargando…
Cancelar
Guardar