1 2 3 4 5
--- - name: install needed packages apt: name: "{{ python_basename }}-cryptography" state: present