File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 37
37
if : " !(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
38
38
run : pip3 install -r .github/workflows/requirements/requirements_molecule.txt
39
39
40
- - name : Uninstall Ansible community distribution (temporary)
41
- if : " !(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
42
- run : pip3 uninstall -y ansible
43
-
44
40
- name : Install Ansible base dependencies
45
41
if : " !(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
46
42
run : ansible-galaxy install -r .github/workflows/requirements/requirements_ansible.yml
Original file line number Diff line number Diff line change 1
1
---
2
2
collections :
3
3
- name : community.general
4
- version : 2.3.0
4
+ version : 2.5.1
5
5
- name : ansible.posix
6
6
version : 1.2.0
7
7
- name : community.docker
8
- version : 1.4 .0
8
+ version : 1.5 .0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FEATURES:
9
9
---
10
10
collections :
11
11
- name : community.general
12
- version : 2.3.0
12
+ version : 2.5.1
13
13
- name : ansible.posix
14
14
version : 1.2.0
15
15
` ` `
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
27
27
---
28
28
collections :
29
29
- name : community.general
30
- version : 2.3.0
30
+ version : 2.5.1
31
31
- name : ansible.posix
32
32
version : 1.2.0
33
33
` ` `
Original file line number Diff line number Diff line change 297
297
298
298
- name : Set NGINX stable version 1/2
299
299
set_fact :
300
- nginx_version : " {{ nginx_versions.content | regex_search('stable[^< ]*') | regex_replace('stable', 'release') }}"
300
+ nginx_version : " {{ nginx_versions.content | regex_search('stable[^ ]*') | regex_replace('stable', 'release') }}"
301
301
when : nginx_branch == "stable"
302
302
303
303
- name : Set NGINX stable version 2/2
You can’t perform that action at this time.
0 commit comments