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