Use new var name

This commit is contained in:
Luke Murphy 2020-03-25 02:04:06 +01:00
parent 836fb5d538
commit 1384823108
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -8,11 +8,11 @@
extensions: extensions:
- yml - yml
- name: "Configure {{ domain }} domain" - name: "Configure {{ drone_domain }} domain"
dokku_domains: dokku_domains:
app: drone app: drone
domains: domains:
- "{{ domain }}" - "{{ drone_domain }}"
state: present state: present
- name: Create application directory - name: Create application directory