fix service task
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-01-14 00:51:29 +01:00
parent bfceec8ac3
commit 7cce5f3c4d

View File

@ -7,7 +7,7 @@
- name: Ensure dnsmasq is up and running - name: Ensure dnsmasq is up and running
service: service:
name: "{{ dockerengine_package }}" name: dnsmasq
enabled: True enabled: True
state: started state: started
become: True become: True