Skip to content

Commit

Permalink
fixed inting
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Oct 20, 2023
1 parent 375cc6d commit 97af8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/roles/common/tasks/001-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
name: swift
state: present
when: mode == "openstack"

- name: Add Docker repository key
ansible.builtin.apt_key:
url: 'https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg'
state: present

- name: Add Docker repository
ansible.builtin.apt_repository:
repo: 'deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_lsb.codename}} stable'
repo: 'deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_lsb.codename }} stable'
state: present

- name: Add apt.bi.denbi.de repository key
Expand Down

0 comments on commit 97af8e8

Please sign in to comment.