mirror of
https://github.com/Dadoum/anisette-v3-server.git
synced 2024-11-21 19:06:07 +00:00
Add extra deps to make sure the container actually will work
This commit is contained in:
parent
2ff3c1be28
commit
d6ce326250
@ -4,7 +4,7 @@
|
||||
gather_facts: false
|
||||
become: True
|
||||
tasks:
|
||||
- name: Setup podman
|
||||
- name: Setup podman deps
|
||||
ansible.builtin.package:
|
||||
name: podman
|
||||
state: present
|
||||
@ -16,7 +16,11 @@
|
||||
|
||||
- name: Make sure acl is installed for rootless
|
||||
ansible.builtin.package:
|
||||
name: acl
|
||||
name:
|
||||
- podman
|
||||
- uidmap
|
||||
- slirp4netns
|
||||
- acl
|
||||
state: present
|
||||
|
||||
- name: enable linger
|
||||
@ -91,4 +95,4 @@
|
||||
# ansible.builtin.lineinfile:
|
||||
# line: "RandomizedDelaySec=1"
|
||||
# regexp: "^RandomizedDelaySec"
|
||||
# path: /home/rootless/.config/systemd/use
|
||||
# path: /home/rootless/.config/systemd/use
|
||||
|
Loading…
Reference in New Issue
Block a user