Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
clarin-dspace
Commits
491cea7c
Commit
491cea7c
authored
Nov 10, 2020
by
Oyvind.Gjesdal
Browse files
add symlinks for webapps
parent
4d0660a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/build.yml
View file @
491cea7c
...
@@ -12,4 +12,16 @@
...
@@ -12,4 +12,16 @@
command
:
"
make
deploy"
command
:
"
make
deploy"
responses
:
responses
:
for Yes type Yes
:
"
Yes"
for Yes type Yes
:
"
Yes"
become
:
yes
become
:
yes
-
name
:
"
create
symlinks
for
tomcat"
file
:
state
:
"
link"
src
:
"
{{
build_dir
}}/webapps/{{
item
}}"
dest
:
"
{{
clarin_tomcat_webapps
|
default('/opt/tomcat/webapps/')
}}
|
{{
item
}}"
loop
:
-
"
oai"
-
"
rest"
-
"
solr"
-
"
xmlui"
become
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment