Skip to content

Commit

Permalink
updated key for adding PPA
Browse files Browse the repository at this point in the history
  • Loading branch information
Areso committed Nov 12, 2023
1 parent 7a42102 commit f09d075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions automation/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: uninstall_docker_from_distrib_repo
package:
name:
name:
- docker
- docker-engine
- docker.io
Expand All @@ -11,7 +11,7 @@
state: absent
become: True
when: pack_purge == "True"
tags:
tags:
- purge_docker
- purge

Expand Down Expand Up @@ -40,7 +40,7 @@
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
stable" -y
become: True
tags:
- docker_repo
Expand Down

0 comments on commit f09d075

Please sign in to comment.