Specify version of cryptography as well
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-03-29 14:51:29 +02:00
parent 87e9bc7009
commit c4d7e0c4b4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 1 deletions

View File

@ -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: