Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jan 30, 2025
1 parent 50f2f8a commit 26c0aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/activemq/tasks/systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ansible.builtin.set_fact:
rpm_java_home: "/etc/alternatives/jre_{{ activemq_jvm_package | regex_search('(?<=java-)[0-9.]+') }}"

- name: "Escalate privilege as all tasks below requires root access"
- name: "Ensure privilege is adequate to tasks execution"
become: "{{ activemq_install_requires_become | default(true) }}"
block:
- name: "Ensure systemd unit override directory exists"
Expand Down

0 comments on commit 26c0aea

Please sign in to comment.