-
Task
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
-
Undefined
With Ansible
- block:
- name: patch - set hawtio.war as console
xml:
path: "{{ amq_broker_dir }}/etc/bootstrap.xml"
pretty_print: yes
namespaces:
x: "http://activemq.org/schema"
xpath: "//x:app[@url='console']"
attribute: war
value: hawtio.war
state: present
register: bootstrap_xml
become: yes
become_user: "{{ amq_user }}"
when: amq_version is version('7.8.0','>=')
Reported by: paulwrr