add script cleanup task
This commit is contained in:
@ -54,6 +54,11 @@
|
|||||||
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
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /var/tmp/pvsqueeze.sh
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Expand the /boot partition as requested
|
- name: Expand the /boot partition as requested
|
||||||
ansible.builtin.import_role:
|
ansible.builtin.import_role:
|
||||||
name: infra.lvm_snapshots.bigboot
|
name: infra.lvm_snapshots.bigboot
|
||||||
|
Reference in New Issue
Block a user