Remove pvsqueeze execution tasks for testing

This commit is contained in:
Chris Hammer 2025-06-05 04:49:15 -04:00
parent a3d5c17253
commit 8106b95478

View File

@ -34,23 +34,23 @@
# ansible.builtin.script: "scripts/pvsqueeze.sh {{ bigboot_data[inventory_hostname]['bigboot_pv'] }}" # ansible.builtin.script: "scripts/pvsqueeze.sh {{ bigboot_data[inventory_hostname]['bigboot_pv'] }}"
# register: bigboot_pvsqueeze # register: bigboot_pvsqueeze
- name: Copy pvsqueeze.sh script to host # - name: Copy pvsqueeze.sh script to host
ansible.builtin.copy: # ansible.builtin.copy:
src: scripts/pvsqueeze.sh # src: scripts/pvsqueeze.sh
dest: /var/tmp/pvsqueeze.sh # dest: /var/tmp/pvsqueeze.sh
owner: root # owner: root
group: root # group: root
mode: '0700' # mode: '0700'
- name: Shift free extents to end of PV # - name: Shift free extents to end of PV
ansible.builtin.command: # ansible.builtin.command:
cmd: "/var/tmp/pvsqueeze.sh {{ bigboot_data[inventory_hostname]['bigboot_pv'] }}" # cmd: "/var/tmp/pvsqueeze.sh {{ bigboot_data[inventory_hostname]['bigboot_pv'] }}"
register: bigboot_pvsqueeze # register: bigboot_pvsqueeze
- name: Remove pvsqueeze.sh from host # - name: Remove pvsqueeze.sh from host
ansible.builtin.file: # ansible.builtin.file:
path: /var/tmp/pvsqueeze.sh # path: /var/tmp/pvsqueeze.sh
state: absent # state: absent
- name: Expand the /boot partition as requested - name: Expand the /boot partition as requested
ansible.builtin.import_role: ansible.builtin.import_role: