Merge pull request #21 from zanewestover/master

Limit reloading the systemctl daemon to distributions using systemd
master
Carlos León 8 years ago committed by GitHub
commit a7040aac63

@ -2,6 +2,8 @@
- name: reload unit
become: true
command: systemctl daemon-reload
when:
- ansible_service_mgr == "systemd"
- name: restart docker
service:

Loading…
Cancel
Save