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