Skip to content

Commit

Permalink
Remove unnecessary lower filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Dec 27, 2024
1 parent b2b46ee commit d2a8254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup_Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
url: https://download.docker.com/linux/{{ apt_distro }}/gpg
- name: Add the official Docker repo
ansible.builtin.apt_repository:
repo: deb https://download.docker.com/linux/{{ apt_distro | lower }} {{ apt_distro_release }} stable
repo: deb https://download.docker.com/linux/{{ apt_distro }} {{ apt_distro_release }} stable
# ansible.builtin.apt_repository updates the package cache so
# there is no need to do it explicitly.

Expand Down

0 comments on commit d2a8254

Please sign in to comment.