fix distro fact

This commit is contained in:
Antonio J. Delgado 2022-11-19 11:22:54 +02:00
parent cd58a27329
commit 19c55d86f4

View file

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