Specify version of cryptography as well
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
87e9bc7009
commit
c4d7e0c4b4
@ -17,9 +17,12 @@
|
|||||||
- name: Install dns-lexicon[gandi] system wide
|
- name: Install dns-lexicon[gandi] system wide
|
||||||
become: true
|
become: true
|
||||||
pip:
|
pip:
|
||||||
name: dns-lexicon==3.3.19
|
name: "{{ item }}"
|
||||||
executable: /usr/bin/pip3
|
executable: /usr/bin/pip3
|
||||||
state: present
|
state: present
|
||||||
|
with_items:
|
||||||
|
- cryptography==2.8
|
||||||
|
- dns-lexicon==3.3.19
|
||||||
|
|
||||||
- name: "Create {{ domain }} DNS entry"
|
- name: "Create {{ domain }} DNS entry"
|
||||||
gandi_dns:
|
gandi_dns:
|
||||||
|
Reference in New Issue
Block a user