тут Jinja
У меня есть роль которая удаляет докер контейнер
- name: Remove existing {{ docker__container_name }} container
community.docker.docker_container:
name: "{{ docker__container_name }}"
state: absent
when: remove_existing_container
И lint говорит мне
Jinja templates should only be at the end of 'name'
let me google that for you :) https://ansible.readthedocs.io/projects/lint/rules/name/ name[template] - Jinja templates should only be at the end of 'name'. This helps with the identification of tasks inside the source code when they fail. The use of templating inside name keys is discouraged as there are multiple cases where the rendering of the name template is not possible.
Да, я почитал, но не понял все равно что не так
У меня там даже Jinja нет, а он все равно ругается
{{ docker__container_name }} а это что?
Обсуждают сегодня