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
Make sure ma1sd uninstallation tasks also run on setup-all
pull/3086/head
Slavi Pantaleev
2 years ago
parent
25595a3c65
commit
7ad5321f54
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/custom/matrix-ma1sd/tasks/main.yml
+ 1
- 0
roles/custom/matrix-ma1sd/tasks/main.yml
View File
@@ -13,6 +13,7 @@
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
- tags:
- setup-all
- setup-ma1sd
block:
- when: not matrix_ma1sd_enabled | bool
Write
Preview
Loading…
Cancel
Save