Sfoglia il codice sorgente

ensure buildbot worker is running

master
parent
commit
d101b21037
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      tasks/buildbot-worker.yaml

+ 7
- 0
tasks/buildbot-worker.yaml Vedi File

@@ -67,3 +67,10 @@
owner: "{{ buildbot_worker_user }}"
group: "{{ buildbot_worker_group }}"
notify: restart buildbot-worker service

- meta: flush_handlers

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

Loading…
Annulla
Salva