Add role for updating meta information of CVMFS servers and repositories #507
Annotations
3 warnings
ansible-lint
Input 'args' has been deprecated with message: Arbitrary args are no longer accepted, please use path instead and linter own configuration file to change its behavior.
|
ansible-lint
Unexpected input(s) 'targets', 'override-deps', valid inputs are ['entryPoint', 'args', 'path']
|
jinja[spacing]:
roles/cvmfs_server_meta_info/tasks/main.yml#L11
Jinja2 spacing could be improved: {{ eessi_cvmfs_server_urls | selectattr('domain', 'in', item.repository) | map(attribute='urls') | map('regex_replace', '@fQrn@', item.repository)}} -> {{ eessi_cvmfs_server_urls | selectattr('domain', 'in', item.repository) | map(attribute='urls') | map('regex_replace', '@fQrn@', item.repository) }}
|