diff --git a/.ansible-lint b/.ansible-lint index 7a55960..509845d 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,6 +1,6 @@ -profile: basic +profile: production -skip_list: # or 'skip_list' to silence them completely - - experimental # all rules tagged as experimental - - unnamed-task # All tasks should be named +skip_list: # or 'skip_list' to silence them completely + - experimental # all rules tagged as experimental + - unnamed-task # All tasks should be named - fqcn-builtins