fix fact for distro

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

View file

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