summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorHao Liu <haoli@redhat.com>2022-09-20 15:51:41 +0200
committerJeff Bradberry <jeff.bradberry@gmail.com>2022-09-23 15:46:15 +0200
commit4bf612851fcaabec51457f313403cbdfc8f3379f (patch)
tree2d7339732e343e8dd041ab1e4b3a2d43b4aad604 /.yamllint
parentput install bundle file in templates dir (diff)
downloadawx-4bf612851fcaabec51457f313403cbdfc8f3379f.tar.xz
awx-4bf612851fcaabec51457f313403cbdfc8f3379f.zip
ignore template file from yamllint
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint2
1 files changed, 2 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
index 7101b59ca1..fdfbfce43a 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