Skip to content

Commit

Permalink
Add an async/poll
Browse files Browse the repository at this point in the history
On install gitlab takes a while and ssh connections can time out in some network environments. This adds a poll to the install command to try and ensure things don't time out during initial install
  • Loading branch information
wilsonge authored May 18, 2020
1 parent bb5e1cc commit e0134eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
package:
name: "{{ gitlab_package_name | default(gitlab_edition) }}"
state: present
async: 300
poll: 5
when: not gitlab_file.stat.exists

# Start and configure GitLab. Sometimes the first run fails, but after that,
Expand Down

0 comments on commit e0134eb

Please sign in to comment.