8 lines
145 B
YAML
8 lines
145 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# handlers file for podman
|
|
|
|
- name: Podman migrate
|
|
ansible.builtin.command:
|
|
cmd: podman system migrate
|