You've already forked role-check-mk-agent
Use yum command direct
This commit is contained in:
@@ -11,10 +11,9 @@
|
||||
manager: "auto"
|
||||
|
||||
- name: Ensure check_mk_agent installed (again)
|
||||
package:
|
||||
name: /tmp/check-mk-agent.rpm
|
||||
state: latest
|
||||
disable_gpg_check: true
|
||||
command: /usr/bin/yum install --nogpgcheck -y /tmp/check-mk-agent.rpm
|
||||
args:
|
||||
warn: no
|
||||
notify:
|
||||
- restart xinetd
|
||||
- ensure firewall open
|
||||
|
||||
@@ -18,10 +18,9 @@
|
||||
dest: /tmp/check-mk-agent.rpm
|
||||
|
||||
- name: Ensure check_mk_agent installed
|
||||
package:
|
||||
name: /tmp/check-mk-agent.rpm
|
||||
state: latest
|
||||
disable_gpg_check: true
|
||||
command: /usr/bin/yum install --nogpgcheck -y /tmp/check-mk-agent.rpm
|
||||
args:
|
||||
warn: no
|
||||
notify:
|
||||
- restart xinetd
|
||||
- cmk fresh install
|
||||
|
||||
Reference in New Issue
Block a user