Добрый день,
подскажите как
include_vars
передать что все значения в YAML файле должны быть unsafe
Есть
такой файл и строка вида
url: '{{ include "seleniumGrid.graphqlURL" . }}'
- name: "Get values"
ansible.builtin.include_vars:
file: values.yaml
name: values
- name: "Print values"
ansible.builtin.debug:
var: values
падают с
Error was a <class ''ansible.errors.AnsibleError''>, original message: template error while templating string: expected token ''end of print statement'', got ''string''. String: {{ include "seleniumGrid.graphqlURL" . }}. expected token ''end of print statement'', got ''string'''