8c213c9334
* template variables accessed directly when using them instead of FieldAttributes
3 lines
136 B
YAML
3 lines
136 B
YAML
ansible_become: "{{ my_var.become }}"
|
|
ansible_become_method: "{{ my_var.become_method }}"
|
|
ansible_connection: "{{ my_var.connection }}"
|