From 868b891e09615966d964ce9909db14a74e249027 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 17 Oct 2024 15:04:53 -0400 Subject: [PATCH] task name modification --- bigboot_execute_resize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 32d002b..0254dda 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -41,7 +41,7 @@ # ansible.builtin.script: "scripts/pvsqueeze.sh {{ bigboot_data[inventory_hostname]['bigboot_pv'] }}" # register: bigboot_pvsqueeze - - name: Copy script to host + - name: Copy pvsqueeze.sh script to host ansible.builtin.copy: src: scripts/pvsqueeze.sh dest: /var/tmp/pvsqueeze.sh