We do not need to install apparmor automatically
This commit is contained in:
parent
3a9d66a72c
commit
425d39ac3e
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
ansible.builtin.apt:
|
||||
pkg:
|
||||
- docker.io
|
||||
- apparmor # if not installed, Docker will complain
|
||||
|
||||
- name: "Create directories for Pretix"
|
||||
ansible.builtin.file:
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
ansible.builtin.apt:
|
||||
pkg:
|
||||
- docker.io
|
||||
- apparmor # if not installed, Docker will complain
|
||||
|
||||
- name: "Create directories for Watchtower"
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Reference in a new issue