RayJin2000
RayJin2000
I think your playbook is missing `hosts:` have you tried: ``` - name: example strategy: free hosts: localhost tasks: - import_tasks: subtask.yml ``` may have a look here [import_tasks_module](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/import_tasks_module.html)
Hi, At first i only use Ai for translation an better readability. I thought the ansible-lint rules where some kind of standard of the ansible community. If there are rules...
Try one of these: - https://redhat-cop.github.io/automation-good-practices/#_roles_good_practices_for_ansible - https://docs.ansible.com/ansible/latest/tips_tricks/index.html - https://ansible.readthedocs.io/projects/lint/rules/