mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-13 19:10:12 -03:30
set locale for growpart
This commit is contained in:
parent
a2c9331b56
commit
a5db3dbea9
@ -12,6 +12,8 @@
|
||||
failed_when: False
|
||||
changed_when: "'NOCHANGE:' not in growpart_needed.stdout"
|
||||
register: growpart_needed
|
||||
environment:
|
||||
LC_ALL: C
|
||||
|
||||
- name: check fs type
|
||||
command: file -Ls /dev/sda1
|
||||
@ -24,4 +26,4 @@
|
||||
|
||||
- name: run xfs_growfs
|
||||
command: xfs_growfs /dev/sda1
|
||||
when: growpart_needed.changed and 'XFS' in fs_type.stdout
|
||||
when: growpart_needed.changed and 'XFS' in fs_type.stdout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user