Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
slapos.package
Commits
97edfce6
Commit
97edfce6
authored
7 months ago
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook/ugprade-amarisoft: copy libs to mme
Seems to be required in newer Amarisoft versions
parent
ba7bdcf4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbook/roles/amarisoft-upgrade/tasks/main.yml
playbook/roles/amarisoft-upgrade/tasks/main.yml
+2
-2
playbook/sha256sum
playbook/sha256sum
+1
-1
No files found.
playbook/roles/amarisoft-upgrade/tasks/main.yml
View file @
97edfce6
...
...
@@ -121,12 +121,12 @@
when
:
(certificate.stat.exists == True) and (new_version.stdout != "")
-
name
:
Copy libraries to mme
shell
:
'
cp
{{
install_folder
}}/
_
{{
version
}}/libs/*.so*
{{
install_folder
}}/_{{
version
}}/mme/'
shell
:
'
cp
{{
install_folder
}}/{{
version
}}/libs/*.so*
{{
install_folder
}}/_{{
version
}}/mme/'
when
:
(certificate.stat.exists == True) and (new_version.stdout != "")
ignore_errors
:
True
-
name
:
Copy libraries to mme
shell
:
'
cp
{{
install_folder
}}/
_
{{
version
}}/libs/linux/*.so*
{{
install_folder
}}/_{{
version
}}/mme/'
shell
:
'
cp
{{
install_folder
}}/{{
version
}}/libs/linux/*.so*
{{
install_folder
}}/_{{
version
}}/mme/'
when
:
(certificate.stat.exists == True) and (new_version.stdout != "")
ignore_errors
:
True
...
...
This diff is collapsed.
Click to expand it.
playbook/sha256sum
View file @
97edfce6
f80f612bdff3c8fbea584e8ea4a3761022a60de40736274802b4bf5d5d7f0806
-
acecb198230ff1201be00481a090aca826461bcd9bb90ec358f3178ade5190a1
-
This diff is collapsed.
Click to expand it.
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