Sfoglia il codice sorgente

made tasks sensitive to tags

pull/622/head
Sabine Laszakovits 5 anni fa
committed by Stuart Mumford
parent
commit
d9b39bceb1
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      roles/matrix-maubot/tasks/main.yml

+ 5
- 0
roles/matrix-maubot/tasks/main.yml Vedi File

@@ -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

Caricamento…
Annulla
Salva