From 6a078d2ddbffcf54d8108d402d2cee21fc0797ac Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Fri, 26 Jul 2024 15:49:09 -0700 Subject: [PATCH] Make the path to google-cloud-ops-agents-ansible prefixed with ./ --- .ansible-lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index 00c8c96..1f5f25a 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -7,4 +7,4 @@ use_default_rules: true verbosity: 1 exclude_paths: # Ignore submodule https://github.com/GoogleCloudPlatform/google-cloud-ops-agents-ansible - - roles/google-cloud-ops-agents-ansible/ + - ./roles/google-cloud-ops-agents-ansible/