Ignore ansible-lint error E505 for 'users.json' file.

This commit is contained in:
Rafael Guterres Jeffman
2021-07-08 14:21:26 -03:00
parent 3943adaa8d
commit afe889c2ab
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
tasks:
- name: Include users.json
include_vars:
file: users.json
file: users.json # noqa 505
- name: Users present len:{{ users | length }}
ipauser: