--- - name: Install python3-cryptography library become: true apt: name: python3-cryptography state: present ...