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 fad8ab6 commit b58ea01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generic/setup_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
update_cache: true
upgrade: dist
cache_valid_time: 3600
- name: Install required packages

- name: Install required packages
ansible.builtin.apt:
pkg:
- apt-transport-https
Expand All @@ -29,7 +29,7 @@
- name: Print architecture variables
ansible.builtin.debug:
msg: "Architecture: {{ ansible_architecture }}, Codename: {{ ansible_lsb.codename }}"

- name: Add Docker repository
ansible.builtin.apt_repository:
repo: >-
Expand Down

0 comments on commit b58ea01

Please sign in to comment.