Update Ansible collections (#390)
This commit is contained in:
parent
c9b0faa1fd
commit
94ccbe1dfb
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
@ -37,10 +37,6 @@ jobs:
|
||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||
run: pip3 install -r .github/workflows/requirements/requirements_molecule.txt
|
||||
|
||||
- name: Uninstall Ansible community distribution (temporary)
|
||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||
run: pip3 uninstall -y ansible
|
||||
|
||||
- name: Install Ansible base dependencies
|
||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||
run: ansible-galaxy install -r .github/workflows/requirements/requirements_ansible.yml
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
collections:
|
||||
- name: community.general
|
||||
version: 2.3.0
|
||||
version: 2.5.1
|
||||
- name: ansible.posix
|
||||
version: 1.2.0
|
||||
- name: community.docker
|
||||
version: 1.4.0
|
||||
version: 1.5.0
|
||||
|
@ -9,7 +9,7 @@ FEATURES:
|
||||
---
|
||||
collections:
|
||||
- name: community.general
|
||||
version: 2.3.0
|
||||
version: 2.5.1
|
||||
- name: ansible.posix
|
||||
version: 1.2.0
|
||||
```
|
||||
|
@ -27,7 +27,7 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
|
||||
---
|
||||
collections:
|
||||
- name: community.general
|
||||
version: 2.3.0
|
||||
version: 2.5.1
|
||||
- name: ansible.posix
|
||||
version: 1.2.0
|
||||
```
|
||||
|
@ -297,7 +297,7 @@
|
||||
|
||||
- name: Set NGINX stable version 1/2
|
||||
set_fact:
|
||||
nginx_version: "{{ nginx_versions.content | regex_search('stable[^<]*') | regex_replace('stable', 'release') }}"
|
||||
nginx_version: "{{ nginx_versions.content | regex_search('stable[^ ]*') | regex_replace('stable', 'release') }}"
|
||||
when: nginx_branch == "stable"
|
||||
|
||||
- name: Set NGINX stable version 2/2
|
||||
|
Loading…
Reference in New Issue
Block a user