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

@@ -1,7 +1,7 @@
---
- name: Install required packages
yum:
package:
name: "{{ item }}"
state: present
with_items: