Add required version for crypto
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
767316125d
commit
5e1ebc6329
@ -21,8 +21,11 @@ Ansible libraries for managing Gandi resources.
|
|||||||
- name: Install dns-lexicon system wide
|
- name: Install dns-lexicon system wide
|
||||||
become: true
|
become: true
|
||||||
pip:
|
pip:
|
||||||
name: dns-lexicon==3.3.19
|
name: "{{ item }}"
|
||||||
executable: /usr/bin/pip3
|
executable: /usr/bin/pip3
|
||||||
|
with_items:
|
||||||
|
- dns-lexicon==3.3.19
|
||||||
|
- cryptography==2.8
|
||||||
|
|
||||||
- name: Create foobar.autonomic.zone
|
- name: Create foobar.autonomic.zone
|
||||||
gandi_dns:
|
gandi_dns:
|
||||||
|
Loading…
Reference in New Issue
Block a user