Parcourir la source

made tasks sensitive to tags

pull/622/head
Sabine Laszakovits il y a 5 ans
committed by Stuart Mumford
Parent
révision
d9b39bceb1
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      roles/matrix-maubot/tasks/main.yml

+ 5
- 0
roles/matrix-maubot/tasks/main.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer