set local for growpart part 2
This commit is contained in:
parent
a5db3dbea9
commit
72074f283b
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
- name: run growpart
|
||||
command: growpart /dev/sda 1
|
||||
when: growpart_needed.changed
|
||||
environment:
|
||||
LC_ALL: C
|
||||
|
||||
- name: run xfs_growfs
|
||||
command: xfs_growfs /dev/sda1
|
||||
|
|
Loading…
Reference in a new issue