Skip to content

Commit

Permalink
Merge pull request #282 from metal-stack/fix-docker-on-cumulus
Browse files Browse the repository at this point in the history
Add additional docker dependency to fix docker on cumulus installation.
  • Loading branch information
mreiger committed Apr 30, 2024
2 parents b47af6b + 413af51 commit 4157fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partition/roles/docker-on-cumulus/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- ca-certificates
- curl
- gnupg2
- libltdl7
when: ansible_distribution_major_version == "3"

- name: setup key for docker
Expand Down

0 comments on commit 4157fd8

Please sign in to comment.