main.yml 87 B

123456
  1. ---
  2. - name: restart openshift_docker
  3. service:
  4. name: docker
  5. state: restarted