diff --git a/ansible/localhost/init.yaml b/ansible/localhost/init.yaml index 6c47cb5..a761b6a 100644 --- a/ansible/localhost/init.yaml +++ b/ansible/localhost/init.yaml @@ -35,7 +35,7 @@ - name: Add Docker Repository apt_repository: - repo: deb https://download.docker.com/linux/ubuntu focal stable + repo: deb https://download.docker.com/linux/ubuntu jammy stable state: present tags: docker