Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-buildbot-worker
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
enable worker service
master
Markus Katharina Brechtel
4 anni fa
parent
97dc2a1ab9
commit
b6dc361e3a
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
tasks/buildbot-worker.yaml
+ 2
- 1
tasks/buildbot-worker.yaml
Vedi 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
Write
Preview
Loading…
Annulla
Salva