fix fact for distro

This commit is contained in:
Antonio J. Delgado 2022-11-19 11:16:51 +02:00
parent 60cd034bcb
commit 7fc519bd3f

View file

@ -1,7 +1,7 @@
--- ---
- import_tasks: ubuntu.yml - import_tasks: ubuntu.yml
when: ansible_distribution == 'Ubuntu' when: ansible_facts["distribution"] == "Ubuntu"
- name: Install docker-compose - name: Install docker-compose
get_url: get_url: