From 615a66fc45e6ab84ec428ab7d4813e800fd5c028 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 7 Nov 2019 15:55:10 +0000 Subject: [PATCH] update-firmware: ansible-report says we should use variables here not bare. Signed-off-by: Kevin Fenzi --- playbooks/manual/update-firmware.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/update-firmware.yml b/playbooks/manual/update-firmware.yml index 18d44fdb76..56b3b1c2d0 100644 --- a/playbooks/manual/update-firmware.yml +++ b/playbooks/manual/update-firmware.yml @@ -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