diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index c17913c..6291c07 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -17,9 +17,12 @@ - name: Install dns-lexicon[gandi] system wide become: true pip: - name: dns-lexicon==3.3.19 + name: "{{ item }}" executable: /usr/bin/pip3 state: present + with_items: + - cryptography==2.8 + - dns-lexicon==3.3.19 - name: "Create {{ domain }} DNS entry" gandi_dns: