ansible-lint
does not find any errors.
ansible-lint .
Passed: 0 failure(s), 0 warning(s) on 24 files. Last profile that met the validation criteria was 'production'.
The lint config is simple:
cat .ansible-lint
---
skip_list:
- name[casing]
- name[template]
The import has also worked without any problems so far.