update-firmware: ansible-report says we should use variables here not bare.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-07 15:55:10 +00:00 committed by Pierre-Yves Chibon
parent dfdd06c3bc
commit 615a66fc45

View file

@ -59,8 +59,8 @@
register: is_applied_results
when: item.0.vendor == ansible_system_vendor and item.0.product == ansible_product_name
with_subelements:
- updates
- files
- "{{ updates }}"
- "{{ files }}"
- name: Copy updates
check_mode: no