9 lines
147 B
YAML
9 lines
147 B
YAML
---
|
|
- name: restorecon podman
|
|
become: true
|
|
ansible.builtin.command: |
|
|
restorecon -Frv {{ podman_home }}
|
|
tags:
|
|
- podman
|
|
- selinux
|