imfreedom/ansible

5fbedae54c03
fix the syntax for checksums for the convey download
---
- name: "install software"
apt:
name: "{{ postgresql_packages }}"
state: "present"
cache_valid_time: "3600"
force_apt_get: "yes"
vars:
postgresql_packages:
- "postgresql"
- "python3-psycopg2"