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
Add matrix_skip_setup_server_base variable to skip server_base setup
pull/498/head
Marcel Partap
5 years ago
parent
b8548dbf9e
commit
ce16f6fa4b
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
roles/matrix-base/tasks/main.yml
+ 3
- 1
roles/matrix-base/tasks/main.yml
View File
@@ -13,7 +13,9 @@
- setup-all
- import_tasks: "{{ role_path }}/tasks/server_base/setup.yml"
when: run_setup|bool
when:
- run_setup|bool
- not matrix_skip_setup_server_base|bool
tags:
- setup-all
Write
Preview
Loading…
Cancel
Save