From 4bf612851fcaabec51457f313403cbdfc8f3379f Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Tue, 20 Sep 2022 09:51:41 -0400 Subject: [PATCH] ignore template file from yamllint --- .yamllint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yamllint b/.yamllint index 7101b59ca132..fdfbfce43af5 100644 --- a/.yamllint +++ b/.yamllint @@ -8,6 +8,8 @@ ignore: | awx/ui/test/e2e/tests/smoke-vars.yml awx/ui/node_modules tools/docker-compose/_sources + # django template files + awx/api/templates/instance_install_bundle/** extends: default