imfreedom/ansible

5fbedae54c03
fix the syntax for checksums for the convey download
---
- include_tasks: debian.yml
when:
- ansible_facts['os_family'] == "Debian"
- include_tasks: freebsd.yml
when: ansible_system == "FreeBSD"
- include_tasks: openbsd.yml
when: ansible_system == "OpenBSD"