Skip to content

Commit

Permalink
Merge pull request #1 from MiLk/fixes/service-running
Browse files Browse the repository at this point in the history
Ensure docker is running
  • Loading branch information
MiLk committed Apr 6, 2015
2 parents 5018478 + d174e7e commit 987f4ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@

- include: RedHat.yml
when: ansible_os_family == "RedHat"

- name: "Make sure docker is running"
service: >
name=docker
state=started
enabled=yes

0 comments on commit 987f4ca

Please sign in to comment.