Skip to content

Commit

Permalink
managerless: install docker >= 7.1.0 (#2222)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed May 23, 2024
1 parent 9eb7413 commit 8c202e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/managerless/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
ansible.builtin.pip:
name: "python-gilt==1.2.3"

- name: Install docker >= 7.1.0
become: true
ansible.builtin.pip:
name: "docker>=7.1.0"

- name: Install ansible collections
ansible.builtin.command: |
ansible-galaxy collection install {{ item }}
Expand Down

0 comments on commit 8c202e9

Please sign in to comment.