Also install python dependencies
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-03-29 14:00:37 +02:00
parent bbebdf0bc5
commit 7be9a9e530
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@
extensions:
- yml
- name: Install Python system dependencies
become: true
apt:
name: python3-lexicon
state: present
- name: "Create {{ domain }} DNS entry"
gandi_dns:
gandi_rest_token: "{{ gandi_rest_token }}"