Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 7a66df8

Browse files
authored
Merge pull request #152 from wilsonge/patch-1
Add an async/poll
2 parents cb999d2 + e0134eb commit 7a66df8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
package:
4444
name: "{{ gitlab_package_name | default(gitlab_edition) }}"
4545
state: present
46+
async: 300
47+
poll: 5
4648
when: not gitlab_file.stat.exists
4749

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

0 commit comments

Comments
 (0)