git selinux fixes, added pihole container

This commit is contained in:
Bastian de Byl
2022-05-02 19:40:38 -04:00
parent f7141f53d5
commit 255bc9cb4b
13 changed files with 112 additions and 60 deletions

View File

@@ -6,3 +6,12 @@
state: started
enabled: true
daemon_reload: true
tags: git
- name: restorecon git
become: true
ansible.builtin.command: |
restorecon -Frv {{ git_home }}
tags:
- git
- selinux