Skip to content

Commit

Permalink
wait mariadb to be ready before starting gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur committed May 9, 2019
1 parent 7e24f34 commit db683eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/gitea/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
copy:
src: wait-for-it.sh
dest: /tmp/{{ gitea_service_name }}/wait-for-it.sh
become: yes
become_method: sudo

- name: sync app.ini
template:
Expand Down

0 comments on commit db683eb

Please sign in to comment.