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:
parent
dfdd06c3bc
commit
615a66fc45
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@
|
||||||
register: is_applied_results
|
register: is_applied_results
|
||||||
when: item.0.vendor == ansible_system_vendor and item.0.product == ansible_product_name
|
when: item.0.vendor == ansible_system_vendor and item.0.product == ansible_product_name
|
||||||
with_subelements:
|
with_subelements:
|
||||||
- updates
|
- "{{ updates }}"
|
||||||
- files
|
- "{{ files }}"
|
||||||
|
|
||||||
- name: Copy updates
|
- name: Copy updates
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue