Skip to content

Commit 71ed3f4

Browse files
Bump ansible-lint from 6.2.1 to 6.2.2 in /.github/workflows/requirements (#189)
1 parent 32d5410 commit 71ed3f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ansible-core==2.12.5
22
Jinja2==3.1.2
3-
ansible-lint==6.2.1
3+
ansible-lint==6.2.2
44
yamllint==1.26.3
55
molecule[docker]==3.6.1
66
docker==5.0.3

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ galaxy_info:
1212
platforms:
1313
- name: Amazon Linux 2
1414
versions:
15-
- any
15+
- all
1616
- name: EL
1717
versions:
1818
- '7'

tasks/dos/install-redhat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
when: nginx_app_protect_dos_manage_repo | bool
2727

2828
- name: (CentOS/RHEL) Force Yum cache refresh
29-
command: yum clean metadata
29+
ansible.builtin.command: yum clean metadata
3030
changed_when: false
3131

3232
- name: (CentOS/RHEL) {{ nginx_app_protect_dos_setup | capitalize }} NGINX App Protect DoS

tasks/waf/install-redhat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
- nginx_app_protect_waf_manage_repo | bool
4545

4646
- name: (Amazon Linux/CentOS/RHEL) Force Yum cache refresh
47-
command: yum clean metadata
47+
ansible.builtin.command: yum clean metadata
4848
changed_when: false
4949

5050
- name: (Amazon Linux/CentOS/RHEL) {{ nginx_app_protect_waf_setup | capitalize }} NGINX App Protect WAF

0 commit comments

Comments
 (0)