Skip to content

Commit

Permalink
ci(.ansible-lint): exclude internal-error from failing checks
Browse files Browse the repository at this point in the history
This happened only in CI because .vault_pass was missing from the filesystem
  • Loading branch information
dr460nf1r3 committed Sep 9, 2023
1 parent 91a7173 commit 1741fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
profile: production
skip_list: [run-once, command-instead-of-module]
skip_list: [internal-error, run-once, command-instead-of-module]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Garuda Linux server configurations

[![built with nix](https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a)](https://builtwithnix.org)
[![built with nix](https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a)](https://builtwithnix.org) [![nix flake check](https://github.com/garuda-linux/infrastructure-nix/actions/workflows/flake_check.yml/badge.svg)](https://github.com/garuda-linux/infrastructure-nix/actions/workflows/flake_check.yml)

## General information

Expand Down

0 comments on commit 1741fa9

Please sign in to comment.