Skip to content

Commit

Permalink
Add extra deps to make sure the container actually will work
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Mar 24, 2024
1 parent 2ff3c1b commit d6ce326
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup-anisette-v3-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
gather_facts: false
become: True
tasks:
- name: Setup podman
- name: Setup podman deps
ansible.builtin.package:
name: podman
state: present
Expand All @@ -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
Expand Down Expand Up @@ -91,4 +95,4 @@
# ansible.builtin.lineinfile:
# line: "RandomizedDelaySec=1"
# regexp: "^RandomizedDelaySec"
# path: /home/rootless/.config/systemd/use
# path: /home/rootless/.config/systemd/use

0 comments on commit d6ce326

Please sign in to comment.