​Y​
ou cannot use jinja2 commands in vars file, the templates are not used in
the vars file, they are just assigned as strings that later get recognized
as templates and templated. But you can do this:

ansible_become_method: "{{
(ansible_distribution_release|version_compare('5.8', '>='))|ternary('doas',
'sudo') }}"


---​
------------
Brian Coca

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7fjLP%2BAwtpLQ_Vi_tJta5O7QyEbEsYBtgUDFs1eMBCSAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to