correct the repository

This commit is contained in:
Andreas Zweili 2021-08-30 17:28:00 +02:00
parent 83ae45fe39
commit 3719852442
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- name: "Add Docker repository"
apt_repository:
repo: "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal"
repo: "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
state: present
- name: "Install Docker"