Bump ansible-base from 2.10.7 to 2.10.8 in /.github/workflows/requirements (#389)

This commit is contained in:
dependabot[bot] 2021-04-19 15:17:47 +02:00 committed by GitHub
parent 6aaad78d28
commit c9b0faa1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
ansible-base==2.10.7 ansible-base==2.10.8

View File

@ -1,4 +1,4 @@
ansible-base==2.10.7 ansible-base==2.10.8
jinja2==2.11.3 jinja2==2.11.3
ansible-lint==5.0.7 ansible-lint==5.0.7
yamllint==1.26.1 yamllint==1.26.1

View File

@ -22,7 +22,7 @@ ENHANCEMENTS:
* Specify GitHub actions Ubuntu release. * Specify GitHub actions Ubuntu release.
* Minor GitHub template tweaks, including the creation of a SECURITY doc. * Minor GitHub template tweaks, including the creation of a SECURITY doc.
* Add Molecule NGINX OSS tests for Alpine 3.13, remove Molecule tests for Debian stretch, and update list of supported platforms. * Add Molecule NGINX OSS tests for Alpine 3.13, remove Molecule tests for Debian stretch, and update list of supported platforms.
* Update Ansible base to `2.10.7`, Ansible Lint to `5.0.7`, Molecule to `3.3.0`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`. * Update Ansible base to `2.10.8`, Ansible Lint to `5.0.7`, Molecule to `3.3.0`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`.
* Consolidate Molecule testing scenarios to address changes introduced in Ansible Lint `5.*`. * Consolidate Molecule testing scenarios to address changes introduced in Ansible Lint `5.*`.
* Override of systemd `Restart` value by using proper `nginx_service_restart` variable. * Override of systemd `Restart` value by using proper `nginx_service_restart` variable.