This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
made tasks sensitive to tags
pull/622/head
Sabine Laszakovits
4 years ago
committed by
Stuart Mumford
parent
aa828d5bdd
commit
d9b39bceb1
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
roles/matrix-maubot/tasks/main.yml
+ 5
- 0
roles/matrix-maubot/tasks/main.yml
View 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
Write
Preview
Loading…
Cancel
Save