Browse Source

enable worker service

master
parent
commit
b6dc361e3a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tasks/buildbot-worker.yaml

+ 2
- 1
tasks/buildbot-worker.yaml View File

@@ -41,7 +41,8 @@

- meta: flush_handlers

- name: ensure buildbot-worker service is running
- name: ensure buildbot-worker service is running and enabled
systemd:
state: started
name: buildbot-worker@{{buildbot_worker_name}}.service
enabled: true

Loading…
Cancel
Save