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

@@ -5,7 +5,7 @@
changed_when: false
ansible.builtin.shell: |
podman generate systemd --name {{ container_name }} > {{ podman_home }}/.config/systemd/user/{{ container_name }}.service
tags: systemd
tags: always
- name: enable systemd startup job for {{ container_name }}
become: true
@@ -21,4 +21,4 @@
delay: 1
until: result is not failed
ignore_errors: true
tags: systemd
tags: always