deploy.yml aktualisiert
All checks were successful
/ checkout (push) Successful in 1m50s

This commit is contained in:
stelb 2025-03-19 18:05:34 +01:00
parent ad72084a12
commit 0f64c1de70

View file

@ -21,6 +21,10 @@
repo: deb https://download.docker.com/linux/ubuntu jammy stable
state: present
- name: debug for repo
debug:
msg: "{{ ansible_distribution_release }}"
- name: Update apt and install docker-ce
apt:
name: docker-ce