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.

12 lines
236 B

9 years ago
  1. ---
  2. - name: restart docker
  3. command: /bin/true
  4. notify:
  5. - reload systemd
  6. - restart docker service
  7. - name: reload systemd
  8. shell: systemctl daemon-reload
  9. - name: restart docker service
  10. service: name=docker state=restarted