main.yml 275 B

1234567891011
  1. ---
  2. - name: update ca trust
  3. command: update-ca-trust
  4. notify:
  5. - restart docker after updating ca trust
  6. - name: restart docker after updating ca trust
  7. systemd:
  8. name: docker
  9. state: restarted
  10. when: not openshift_certificates_redeploy | default(false) | bool