Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored Sep 13, 2019
1 parent 3a13244 commit eb7a7c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions menu/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,10 @@
tags: docker_standard
when: switch == "on"

- name: systemctl deamon-reload
notify:
- systemd daemon-reload
#need check too
##- name: systemctl deamon-reload
## notify:
## - systemd daemon-reload

- name: create plexguide network
docker_network:
Expand Down Expand Up @@ -224,4 +225,4 @@
service:
name: docker
state: restart
when: "status_docker.rc == 0"
when: "status_docker.rc == 0"

0 comments on commit eb7a7c2

Please sign in to comment.