We do not need to install apparmor automatically

This commit is contained in:
erebion 2023-09-04 18:53:00 +02:00
parent 3a9d66a72c
commit 425d39ac3e
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
ansible.builtin.apt: ansible.builtin.apt:
pkg: pkg:
- docker.io - docker.io
- apparmor # if not installed, Docker will complain
- name: "Create directories for Pretix" - name: "Create directories for Pretix"
ansible.builtin.file: ansible.builtin.file:

View file

@ -4,7 +4,6 @@
ansible.builtin.apt: ansible.builtin.apt:
pkg: pkg:
- docker.io - docker.io
- apparmor # if not installed, Docker will complain
- name: "Create directories for Watchtower" - name: "Create directories for Watchtower"
ansible.builtin.file: ansible.builtin.file: