Bump ansible-lint from 5.0.4 to 5.0.5 in /.github/workflows/requirements (#380)

This commit is contained in:
dependabot[bot] 2021-03-24 14:58:17 +01:00 committed by GitHub
parent 023cd3a38e
commit 6b05f5d06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ansible-base==2.10.7
ansible-lint==5.0.4
ansible-lint==5.0.5
yamllint==1.26.0
molecule[docker]==3.2.4
docker==4.4.4

View File

@ -15,7 +15,7 @@ ENHANCEMENTS:
* Specify GitHub actions Ubuntu release.
* Minor GitHub template tweaks, including the creation of a SECURITY doc.
* Update list of supported platforms.
* Update Ansible base to `2.10.7`, Ansible Lint to `5.0.4`, Molecule to `3.2.4`, yamllint to `1.26.0` and Docker Python SDK to `4.4.4`.
* Update Ansible base to `2.10.7`, Ansible Lint to `5.0.5`, Molecule to `3.2.4`, yamllint to `1.26.0` and Docker Python SDK to `4.4.4`.
* Consolidate Molecule testing scenarios to address changes introduced in Ansible Lint `5.*`.
* Override of systemd `Restart` value by using proper `nginx_service_restart` variable.