Skip to content

Commit

Permalink
Merge pull request #129 from SogoKato/master
Browse files Browse the repository at this point in the history
Explicitly install Docker CLI and rootless extras
  • Loading branch information
nickjj authored Jul 26, 2024
2 parents eefe5a6 + 0b2a363 commit d7370de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
ansible.builtin.apt:
name:
- "docker-ce"
- "docker-ce-cli"
- "docker-ce-rootless-extras"
- "docker-compose-plugin"
state: "{{ docker__state }}"

Expand Down

0 comments on commit d7370de

Please sign in to comment.