Update Ansible collections (#390)

This commit is contained in:
Alessandro Fael Garcia 2021-04-21 17:59:48 +02:00 committed by GitHub
parent c9b0faa1fd
commit 94ccbe1dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 9 deletions

View File

@ -37,10 +37,6 @@ jobs:
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)" 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 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 - name: Install Ansible base dependencies
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)" 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 run: ansible-galaxy install -r .github/workflows/requirements/requirements_ansible.yml

View File

@ -1,8 +1,8 @@
--- ---
collections: collections:
- name: community.general - name: community.general
version: 2.3.0 version: 2.5.1
- name: ansible.posix - name: ansible.posix
version: 1.2.0 version: 1.2.0
- name: community.docker - name: community.docker
version: 1.4.0 version: 1.5.0

View File

@ -9,7 +9,7 @@ FEATURES:
--- ---
collections: collections:
- name: community.general - name: community.general
version: 2.3.0 version: 2.5.1
- name: ansible.posix - name: ansible.posix
version: 1.2.0 version: 1.2.0
``` ```

View File

@ -27,7 +27,7 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
--- ---
collections: collections:
- name: community.general - name: community.general
version: 2.3.0 version: 2.5.1
- name: ansible.posix - name: ansible.posix
version: 1.2.0 version: 1.2.0
``` ```

View File

@ -297,7 +297,7 @@
- name: Set NGINX stable version 1/2 - name: Set NGINX stable version 1/2
set_fact: 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" when: nginx_branch == "stable"
- name: Set NGINX stable version 2/2 - name: Set NGINX stable version 2/2