Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 11, 2019
1 parent dcac713 commit 9baf43d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion menu/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@
tags: docker_standard
when: switch == "on"

- name: systemctl deamon-reload
notify:
- systemd daemon-reload
- restart docker service

- name: create plexguide network
docker_network:
name: 'plexguide'
Expand All @@ -219,5 +224,5 @@
- name: Stop service Docker, if started
service:
name: docker
state: stopped
state: restart
when: "status_docker.rc == 0"

0 comments on commit 9baf43d

Please sign in to comment.