This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-buildbot-worker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
enable worker service
master
Markus Katharina Brechtel
4 years ago
parent
97dc2a1ab9
commit
b6dc361e3a
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
tasks/buildbot-worker.yaml
+ 2
- 1
tasks/buildbot-worker.yaml
View File
@@ -41,7 +41,8 @@
- meta: flush_handlers
- meta: flush_handlers
- name: ensure buildbot-worker service is running
- name: ensure buildbot-worker service is running
and enabled
systemd:
systemd:
state: started
state: started
name: buildbot-worker@{{buildbot_worker_name}}.service
name: buildbot-worker@{{buildbot_worker_name}}.service
enabled: true
Write
Preview
Loading…
Cancel
Save