From 71ed3f49060068ba969b1a2fed84d1f3929f6b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 12:27:20 +0200 Subject: [PATCH] Bump ansible-lint from 6.2.1 to 6.2.2 in /.github/workflows/requirements (#189) --- .github/workflows/requirements/requirements_molecule.txt | 2 +- meta/main.yml | 2 +- tasks/dos/install-redhat.yml | 2 +- tasks/waf/install-redhat.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 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