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

Commit

Permalink
Merge pull request #3 from altomkins/patch-2
Browse files Browse the repository at this point in the history
use the more generic Ansible module
  • Loading branch information
hudecof authored Feb 6, 2019
2 parents 5f13d0f + b9f795a commit 39e6578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/packages-RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

- name: "check packages (redhat)"
yum:
package:
pkg: "{{ package.name }}"
state: "{{ package.state }}"
with_items: "{{ atlassian_jira_packages }}"
Expand Down

0 comments on commit 39e6578

Please sign in to comment.