Skip to content

Commit

Permalink
Enable role-name lint rule
Browse files Browse the repository at this point in the history
Because the current name of the role complies with the rules
  • Loading branch information
samdbmg committed Apr 2, 2023
1 parent a7b16f2 commit 84c510b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ driver:
lint: |
set -e
yamllint .
# Ignore role name when linting
ansible-lint -x 'role_name'
ansible-lint
platforms:
- name: instance
image: geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2004}-ansible:latest
Expand Down

0 comments on commit 84c510b

Please sign in to comment.