Skip to content

Commit

Permalink
Merge pull request geerlingguy#152 from wilsonge/patch-1
Browse files Browse the repository at this point in the history
Add an async/poll
  • Loading branch information
geerlingguy authored May 22, 2020
2 parents cb999d2 + e0134eb commit 7a66df8
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 @@ -43,6 +43,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 7a66df8

Please sign in to comment.