ansible/test/integration/targets/var_templating/vars/connection.yml
Sloane Hertel 8c213c9334
template connection variables accessed directly before using (#70657)
* template variables accessed directly when using them instead of FieldAttributes
2020-07-16 11:21:39 -04:00

3 lines
136 B
YAML

ansible_become: "{{ my_var.become }}"
ansible_become_method: "{{ my_var.become_method }}"
ansible_connection: "{{ my_var.connection }}"