9 lines
198 B
YAML
9 lines
198 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# handlers file for base
|
|
|
|
- name: restart docker
|
|
ansible.builtin.systemd:
|
|
name: docker
|
|
state: restarted
|
|
when: ansible_virtualization_type != "docker"
|