fix hosts stanza
This commit is contained in:
parent
e54225e123
commit
d66f7d5f32
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user