fix fact for distro
This commit is contained in:
parent
7fc519bd3f
commit
cd58a27329
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue