Skip to content

Commit

Permalink
Bump ansible-lint from 6.0.2 to 6.2.1 in /.github/workflows/requireme…
Browse files Browse the repository at this point in the history
…nts (#513)
  • Loading branch information
dependabot[bot] committed May 23, 2022
1 parent 7277af1 commit 6d9aa2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/requirements/requirements_molecule.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible-core==2.12.5
jinja2==3.1.2
ansible-lint==6.0.2
ansible-lint==6.2.1
yamllint==1.26.3
molecule[docker]==3.6.1
docker==5.0.3
21 changes: 10 additions & 11 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
---
galaxy_info:
author: Alessandro Fael Garcia
author: nginxinc
description: Official Ansible role for NGINX
role_name: nginx
namespace: nginxinc # Ansible Lint requirement
company: F5 Networks, Inc.
company: F5, Inc.

license: Apache License, Version 2.0

min_ansible_version: 2.12
min_ansible_version: '2.12'

platforms:
- name: Alpine
versions:
- any
- all
- name: Amazon Linux 2
versions:
- any
- all
- name: Debian
versions:
- buster
- bullseye
- name: EL
versions:
- 7
- 8
- '7'
- '8'
- name: FreeBSD
versions:
- 12.1
- '12.1'
- name: Ubuntu
versions:
- bionic
Expand All @@ -36,8 +35,8 @@ galaxy_info:
- jammy
- name: SLES
versions:
- 12
- 15
- '12'
- '15'

galaxy_tags:
- nginx
Expand Down

0 comments on commit 6d9aa2c

Please sign in to comment.