Skip to content

Commit

Permalink
added docker to generic
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 27, 2024
1 parent b58ea01 commit 6e7dd34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generic/setup_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@
ansible.builtin.apt_repository:
repo: >-
deb [arch={{ arch_mapping[ansible_architecture] | default(ansible_architecture) }}
signed-by=/etc/apt/keyrings/docker.gpg]
signed-by=/usr/share/keyrings/docker-archive-keyring.gpg]
https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename }} stable
filename: docker
state: present
vars:
arch_mapping:
x86_64: amd64

- name: Install Docker and related packages
ansible.builtin.apt:
Expand Down

0 comments on commit 6e7dd34

Please sign in to comment.