Updated to present from installed

This commit is contained in:
2020-11-25 21:54:04 +13:00
parent 396fdf006b
commit a67d4af041

View File

@@ -3,7 +3,7 @@
- name: Ensure xinetd installed - name: Ensure xinetd installed
package: package:
name: xinetd name: xinetd
state: installed state: present
notify: restart xinetd notify: restart xinetd
- name: Gather facts of packages - name: Gather facts of packages
@@ -20,7 +20,7 @@
- name: Ensure check_mk_agent installed - name: Ensure check_mk_agent installed
package: package:
name: /tmp/check-mk-agent.rpm name: /tmp/check-mk-agent.rpm
state: installed state: present
disable_gpg_check: true disable_gpg_check: true
notify: notify:
- restart xinetd - restart xinetd