Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit 39e6578

Browse files
authored
Merge pull request #3 from altomkins/patch-2
use the more generic Ansible module
2 parents 5f13d0f + b9f795a commit 39e6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/packages-RedHat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
- name: "check packages (redhat)"
4-
yum:
4+
package:
55
pkg: "{{ package.name }}"
66
state: "{{ package.state }}"
77
with_items: "{{ atlassian_jira_packages }}"

0 commit comments

Comments
 (0)