change the state value from installed to present

refer:
https://docs.ansible.com/ansible/2.5/modules/package_module.html

Change-Id: I68a0eb64a61bc6c0f77cbae7e8b4f4c7143202c5
This commit is contained in:
XiaojueGuan 2018-12-06 14:21:55 +00:00
parent d7a905eb9e
commit 077cc3eeb2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
- name: Install deltarpm packages
package:
name: "{{ item }}"
state: installed
state: present
become: True
with_items:
- deltarpm