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
8841d4ab
Commit
8841d4ab
authored
Aug 02, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BBU Patch: Don't install vifib playbook
parent
2ba2cd76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
playbook/roles/ors/tasks/main.yml
playbook/roles/ors/tasks/main.yml
+0
-9
No files found.
playbook/roles/ors/tasks/main.yml
View file @
8841d4ab
...
...
@@ -11,15 +11,6 @@
cron
:
name="Launch Upgrader with ansible" state=absent
when
:
ors_upgrade_cron.rc ==
0
-
name
:
Check if vifib playbook is installed
shell
:
'
crontab
-l
|
grep
-A1
"#Ansible:
Launch
Upgrader
with
ansible"
|
grep
-v
ors-upgrade
|
grep
-q
"^*/10.*upgrader"'
ignore_errors
:
yes
register
:
vifib_cron
-
name
:
Install vifib-base playbook
shell
:
ansible-playbook vifib-base.yml --extra-vars '{"period_minute":"*/10", "period_hour":"*"}'
when
:
vifib_cron.rc !=
0
-
name
:
Remove old cron
cron
:
name="Launch ors playbook every 3 hours" state=absent
...
...
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