Use new style
This commit is contained in:
parent
ff73beef10
commit
9ce17b0026
@ -17,12 +17,9 @@
|
||||
- name: Install dns-lexicon[gandi] system wide
|
||||
become: true
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
name: ["cryptography==2.8", "dns-lexicon==3.3.19"]
|
||||
executable: /usr/bin/pip3
|
||||
state: present
|
||||
with_items:
|
||||
- cryptography==2.8
|
||||
- dns-lexicon==3.3.19
|
||||
|
||||
- name: "Create {{ domain }} DNS entry"
|
||||
gandi_dns:
|
||||
|
Reference in New Issue
Block a user