diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 000000000..d73a41ad8 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,10 @@ +--- + +profile: null # min, basic, moderate,safety, shared, production + +# exclude_paths included in this file are parsed relative to this file's location +# and not relative to the CWD of execution. CLI arguments passed to the --exclude +# option are parsed relative to the CWD of execution. +exclude_paths: + - community/ + diff --git a/requirements.txt b/requirements.txt index 8a53d6c0c..b84549288 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ansible==2.10.7 -ansible-lint==4.2.0 -yamllint==1.21.0 +ansible-lint==24.9.2 +yamllint==1.35.1 jinja2<3.1