Use new style
This commit is contained in:
parent
ff73beef10
commit
9ce17b0026
@ -17,12 +17,9 @@
|
|||||||
- name: Install dns-lexicon[gandi] system wide
|
- name: Install dns-lexicon[gandi] system wide
|
||||||
become: true
|
become: true
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
name: ["cryptography==2.8", "dns-lexicon==3.3.19"]
|
||||||
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