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.

14 lines
289 B

  1. ---
  2. - name: restart calico-rr
  3. command: /bin/true
  4. notify:
  5. - Calico-rr | reload systemd
  6. - Calico-rr | reload calico-rr
  7. - name : Calico-rr | reload systemd
  8. shell: systemctl daemon-reload
  9. - name: Calico-rr | reload calico-rr
  10. service:
  11. name: calico-rr
  12. state: restarted