From d3b8cfb9d8fd64542191deb936d856db5752523e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 00:13:44 +0000 Subject: [PATCH 1/2] Bump ansible-lint from 6.2.1 to 6.2.2 in /.github/workflows/requirements Bumps [ansible-lint](https://github.com/ansible-community/ansible-lint) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/ansible-community/ansible-lint/releases) - [Commits](https://github.com/ansible-community/ansible-lint/compare/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/requirements_molecule.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 75ec697..1009ec2 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,6 +1,6 @@ ansible-core==2.12.5 Jinja2==3.1.2 -ansible-lint==6.2.1 +ansible-lint==6.2.2 yamllint==1.26.3 molecule[docker]==3.6.1 docker==5.0.3 From 884f435e859e353a8673c606806f995c914287a6 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Tue, 7 Jun 2022 12:39:49 +0200 Subject: [PATCH 2/2] Fix linter --- meta/main.yml | 2 +- tasks/dos/install-redhat.yml | 2 +- tasks/waf/install-redhat.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 7ddb2c6..09040be 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -12,7 +12,7 @@ galaxy_info: platforms: - name: Amazon Linux 2 versions: - - any + - all - name: EL versions: - '7' diff --git a/tasks/dos/install-redhat.yml b/tasks/dos/install-redhat.yml index c8961b2..39057a2 100644 --- a/tasks/dos/install-redhat.yml +++ b/tasks/dos/install-redhat.yml @@ -26,7 +26,7 @@ when: nginx_app_protect_dos_manage_repo | bool - name: (CentOS/RHEL) Force Yum cache refresh - command: yum clean metadata + ansible.builtin.command: yum clean metadata changed_when: false - name: (CentOS/RHEL) {{ nginx_app_protect_dos_setup | capitalize }} NGINX App Protect DoS diff --git a/tasks/waf/install-redhat.yml b/tasks/waf/install-redhat.yml index bd350f0..5044ca1 100644 --- a/tasks/waf/install-redhat.yml +++ b/tasks/waf/install-redhat.yml @@ -44,7 +44,7 @@ - nginx_app_protect_waf_manage_repo | bool - name: (Amazon Linux/CentOS/RHEL) Force Yum cache refresh - command: yum clean metadata + ansible.builtin.command: yum clean metadata changed_when: false - name: (Amazon Linux/CentOS/RHEL) {{ nginx_app_protect_waf_setup | capitalize }} NGINX App Protect WAF