Skip to content

Commit

Permalink
Merge pull request #63 from atnartur/fix/vhost
Browse files Browse the repository at this point in the history
Fix vhost file value
  • Loading branch information
josegonzalez authored Apr 7, 2020
2 parents 56f0d8a + 9296c24 commit ff815be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,12 @@
tags:
- dokku
- dokku-install

- name: write vhost
when: dokku_vhost_enable | bool
copy:
content: "{{ dokku_hostname }}"
dest: /home/dokku/VHOST
tags:
- dokku
- dokku-install

0 comments on commit ff815be

Please sign in to comment.