main.yml 205 B

12345678910
  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. service:
  8. name: docker
  9. state: restarted