moved ddns, partkeepr, hass to podman, selinux
This commit is contained in:
8
ansible/roles/podman/handlers/main.yml
Normal file
8
ansible/roles/podman/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: restorecon podman
|
||||
become: true
|
||||
ansible.builtin.command: |
|
||||
restorecon -Frv {{ podman_home }}
|
||||
tags:
|
||||
- podman
|
||||
- selinux
|
||||
Reference in New Issue
Block a user