mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html
This commit is contained in:
committed by
Kevin Fenzi
parent
fa85764d3b
commit
4b1e5162d7
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: install pam_url
|
||||
yum: name=pam_url state=installed
|
||||
yum: name=pam_url state=present
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user