fix service task
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-01-14 00:51:29 +01:00
parent bfceec8ac3
commit 7cce5f3c4d
1 changed files with 1 additions and 1 deletions

View File

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