fix hosts stanza

This commit is contained in:
Chris Hammer 2024-02-07 21:22:14 -05:00
parent e54225e123
commit d66f7d5f32
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
- name: Resize the /boot parition to the desired size - name: Resize the /boot parition to the desired size
hosts: bigboot hosts: all
become: true become: true
gather_facts: true gather_facts: true

View File

@ -1,6 +1,6 @@
--- ---
- name: Shrink specific logical volume to given size - name: Shrink specific logical volume to given size
hosts: shrink_lv hosts: all
become: true become: true
gather_facts: true gather_facts: true