Skip to content
Snippets Groups Projects
Commit afe889c2 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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

parent 3943adaa
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
tasks:
- name: Include users.json
include_vars:
file: users.json
file: users.json # noqa 505
- name: Create dict with user names
set_fact:
......
......@@ -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:
......
......@@ -12,7 +12,7 @@
tasks:
- name: Include users.json
include_vars:
file: users.json
file: users.json # noqa 505
- name: Size of users slice.
debug:
msg: "{{ users | length }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment