mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
ff37406248
Configure module parameters as a YAML dict instead of string.
7 lines
147 B
YAML
7 lines
147 B
YAML
---
|
|
- name: restart docker
|
|
service:
|
|
name: docker
|
|
state: "{{ docker_restart_handler_state }}"
|
|
ignore_errors: "{{ ansible_check_mode }}"
|