ansible-lint: E403 Package installs should not use latest (#4500)

This commit is contained in:
Maxime Guyot
2019-04-18 10:34:08 +02:00
committed by Kubernetes Prow Robot
parent bba6d0c613
commit b218e17f44
3 changed files with 3 additions and 20 deletions

View File

@@ -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