add become to docker reboot

This commit is contained in:
vincent 2021-02-26 18:57:33 +01:00
parent 54544a16f8
commit 366e1901eb

View File

@ -1,3 +1,4 @@
---
- name: restart docker
service: "name=docker state={{ docker_restart_handler_state }}"
become: yes