ansible: change localhost to newer release

This commit is contained in:
tylen 2026-01-19 22:15:38 +02:00
parent 0b16c43cd9
commit 75909b6d4d

View File

@ -35,7 +35,7 @@
- name: Add Docker Repository - name: Add Docker Repository
apt_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 state: present
tags: docker tags: docker