Skip to content
Snippets Groups Projects
Commit 077cc3ee authored by XiaojueGuan's avatar XiaojueGuan
Browse files

change the state value from installed to present

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

Change-Id: I68a0eb64a61bc6c0f77cbae7e8b4f4c7143202c5
parent d7a905eb
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
- name: Install deltarpm packages
package:
name: "{{ item }}"
state: installed
state: present
become: True
with_items:
- deltarpm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment