fix: mode ansible linter to correct project

This commit is contained in:
Ben Grande 2023-11-20 19:25:52 +00:00
parent 83c17c4ff4
commit 5e3c790111
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': {