diff options
author | Halfwalker <deano-gitea@areyes.com> | 2024-12-13 16:27:12 -0700 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2025-01-29 00:00:00 +0000 |
commit | 86bd5e0eccec2453afd1ab11a1221d6e3f0e819ba8386b3edf50387f69ff9266 (patch) | |
tree | 190103ca60d3b4a63c06fa777ad823e426b69186201bbedc60909161b4946c09 /.ansible-lint | |
download | ansible-role-google-authenticator-86bd5e0eccec2453afd1ab11a1221d6e3f0e819ba8386b3edf50387f69ff9266.tar.gz ansible-role-google-authenticator-86bd5e0eccec2453afd1ab11a1221d6e3f0e819ba8386b3edf50387f69ff9266.zip |
Initial commit
Diffstat (limited to '.ansible-lint')
-rw-r--r-- | .ansible-lint | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..de68378 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,16 @@ +# .ansible-lint + +skip_list: + - risky-file-permissions + - no-changed-when + - command-instead-of-module + - unnamed-task + - git-latest + - fqcn[action-core] # Use FQCN for builtin actions + - fqcn[action] # Use FQCN for builtin actions +warn_list: + - package-latest + - ignore-errors + - jinja[spacing] # Rule that looks inside jinja2 templates + - experimental # all rules tagged as experimental + - name[casing] # Rule for checking task and play names |