Files
deploy_home/ansible/roles/podman/handlers/main.yml
2022-04-30 03:44:55 -04:00

9 lines
147 B
YAML

---
- name: restorecon podman
become: true
ansible.builtin.command: |
restorecon -Frv {{ podman_home }}
tags:
- podman
- selinux