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
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
69e173b9
Commit
69e173b9
authored
Oct 02, 2024
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook/amarisoft-upgrade: copy libraries to enb also
parent
3df2b51f
Pipeline
#37190
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
playbook/roles/amarisoft-upgrade/tasks/main.yml
playbook/roles/amarisoft-upgrade/tasks/main.yml
+10
-0
playbook/sha256sum
playbook/sha256sum
+1
-1
No files found.
playbook/roles/amarisoft-upgrade/tasks/main.yml
View file @
69e173b9
...
...
@@ -145,6 +145,16 @@
when
:
(certificate.stat.exists == True) and (new_version_found == True)
ignore_errors
:
True
-
name
:
Copy libraries to enb
shell
:
'
cp
{{
install_folder
}}/{{
version
}}/libs/*.so*
{{
install_folder
}}/_{{
version
}}/enb/'
when
:
(certificate.stat.exists == True) and (new_version_found == True)
ignore_errors
:
True
-
name
:
Copy libraries to enb
shell
:
'
cp
{{
install_folder
}}/{{
version
}}/libs/linux/*.so*
{{
install_folder
}}/_{{
version
}}/enb/'
when
:
(certificate.stat.exists == True) and (new_version_found == True)
ignore_errors
:
True
-
name
:
Move amarisoft folder
shell
:
'
mv
{{
install_folder
}}/_{{
version
}}
{{
install_folder
}}/v{{
version
}}.{{
new_timestamp.stdout
}}'
when
:
(certificate.stat.exists == True) and (new_version_found == True)
...
...
playbook/sha256sum
View file @
69e173b9
a3959abc72e7e6f50a709b7f5af6adc7a18c45dadb5fa9bab09b435689248856
-
550dbd6cde4687a2b36756eeee19d02b601501c7a4f1ca508f58d243c1ed84e0
-
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