diff --git a/deploy.yml b/deploy.yml index 690ac68..31e685a 100644 --- a/deploy.yml +++ b/deploy.yml @@ -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