mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
ansible-lint: E403 Package installs should not use latest (#4500)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
bba6d0c613
commit
b218e17f44
@@ -5,7 +5,7 @@
|
||||
- name: install growpart
|
||||
package:
|
||||
name: cloud-utils-growpart
|
||||
state: latest
|
||||
state: present
|
||||
|
||||
- name: check if growpart needs to be run
|
||||
command: growpart -N /dev/sda 1
|
||||
|
||||
Reference in New Issue
Block a user