mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
fix: avoid ansible galaxy timeout errors in ci
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
fefb760ae3
commit
24aa8019c3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ansible-ci.yml
vendored
3
.github/workflows/ansible-ci.yml
vendored
|
@ -11,6 +11,9 @@ on:
|
|||
|
||||
env:
|
||||
ANSIBLE_FORCE_COLOR: true
|
||||
ANSIBLE_GALAXY_SERVER_GALAXY_URL: "https://galaxy.ansible.com"
|
||||
ANSIBLE_GALAXY_SERVER_GALAXY_TIMEOUT: 120
|
||||
ANSIBLE_GALAXY_SERVER_LIST: "galaxy"
|
||||
|
||||
jobs:
|
||||
ansible-lint:
|
||||
|
|
Loading…
Reference in a new issue