fix: mode ansible linter to correct project

This commit is contained in:
Ben Grande 2023-11-20 19:25:52 +00:00
parent fa5a025ce1
commit 6314658c23
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
2 changed files with 1 additions and 1 deletions

View file

@ -21,6 +21,7 @@ include:
- skip_suggestions: True - skip_suggestions: True
- pkgs: - pkgs:
- ansible - ansible
- ansible-lint
- python3-argcomplete - python3-argcomplete
- python3-jmespath - python3-jmespath
- openssh-server - openssh-server

View file

@ -17,7 +17,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
- skip_suggestions: True - skip_suggestions: True
- pkgs: - pkgs:
- python3-pip - python3-pip
- ansible-lint
{% set pkg = { {% set pkg = {
'Debian': { 'Debian': {