Replace yum module with package module (#7621)

This commit is contained in:
jiriproX
2021-06-05 13:16:39 +02:00
committed by GitHub
parent d9d29af87f
commit 1739b27231
8 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@
# https://docs.docker.com/engine/installation/linux/docker-ce/centos/#install-using-the-repository
- name: docker-storage-setup | install lvm2
yum:
package:
name: lvm2
state: present