Group plays to hooks
This commit is contained in:
8
plays/predeploy/lib/domain.yml
Normal file
8
plays/predeploy/lib/domain.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: "Configure {{ domain }} dedicated domain"
|
||||
dokku_domains:
|
||||
app: "{{ app }}"
|
||||
domains:
|
||||
- "{{ domain }}"
|
||||
state: present
|
||||
when: domain is defined
|
||||
Reference in New Issue
Block a user