You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yaml 201B

4 vuotta sitten
12345678910
  1. ---
  2. - name: systemd daemon reload
  3. systemd:
  4. daemon_reload: yes
  5. - name: restart buildbot-worker service
  6. systemd:
  7. state: restarted
  8. name: buildbot-worker@{{buildbot_worker_name}}.service