Fix typo
This commit is contained in:
parent
77909b5f73
commit
c5b6384495
@ -18,7 +18,7 @@
|
|||||||
args:
|
args:
|
||||||
creates: "/var/lib/dokku/services/{{ item.type }}/{{ app }}"
|
creates: "/var/lib/dokku/services/{{ item.type }}/{{ app }}"
|
||||||
|
|
||||||
- name: "Link {{ db.type }} database to application"
|
- name: "Link {{ item.type }} database to application"
|
||||||
dokku_service_link:
|
dokku_service_link:
|
||||||
app: "{{ app }}"
|
app: "{{ app }}"
|
||||||
name: "{{ app }}"
|
name: "{{ app }}"
|
||||||
|
Reference in New Issue
Block a user