Skip to content

Commit

Permalink
docker.io package also used the "docker" service name
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrodrigues authored and angstwad committed Apr 2, 2018
1 parent c844324 commit 4846bd5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,6 @@
service:
name: docker
state: started
when: docker_pkg_name.find('lxc-docker') != -1 or docker_pkg_name.find('docker-engine') != -1

- name: Start docker.io
service:
name: docker.io
state: started
when: docker_pkg_name == 'docker.io'

# ATTENTION: this task can potentially create new users!
- name: Add users to the docker group
Expand Down

0 comments on commit 4846bd5

Please sign in to comment.