From d66f7d5f32e0d6945ca5e3ce5e68fff8eb446c7b Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 7 Feb 2024 21:22:14 -0500 Subject: [PATCH] fix hosts stanza --- bigboot.yml | 2 +- shrink_lv.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bigboot.yml b/bigboot.yml index f5bea84..5a82639 100644 --- a/bigboot.yml +++ b/bigboot.yml @@ -1,6 +1,6 @@ --- - name: Resize the /boot parition to the desired size - hosts: bigboot + hosts: all become: true gather_facts: true diff --git a/shrink_lv.yml b/shrink_lv.yml index 7a5a39f..1ea00a8 100644 --- a/shrink_lv.yml +++ b/shrink_lv.yml @@ -1,6 +1,6 @@ --- - name: Shrink specific logical volume to given size - hosts: shrink_lv + hosts: all become: true gather_facts: true