Skip to content
Snippets Groups Projects
Commit 50c6ee1d authored by Clément SOL's avatar Clément SOL
Browse files

[VAS] Bug 8448 : Disable merge_index_apache task in reverse role

parent 6ce59564
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
......@@ -3,8 +3,9 @@
- import_tasks: apache.yml
when: reverse|lower == 'apache'
- import_tasks: merge_index_apache.yml
when: reverse|lower == 'apache'
# Task breaking deployments (cf. ticket #8448)
#- import_tasks: merge_index_apache.yml
# when: reverse|lower == 'apache'
- import_tasks: nginx.yml
when: reverse|lower == 'nginx'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment