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.

16 lines
271 B

  1. ---
  2. - name: restart crio
  3. command: /bin/true
  4. notify:
  5. - CRI-O | reload systemd
  6. - CRI-O | reload crio
  7. - name: CRI-O | reload systemd
  8. systemd:
  9. daemon_reload: true
  10. - name: CRI-O | reload crio
  11. service:
  12. name: crio
  13. state: restarted
  14. enabled: yes