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 ebb93a6 commit e7eba07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions molecule/static_cluster/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@
- name: b.test
anycast:
- name: b.test
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq
2 changes: 1 addition & 1 deletion roles/activemq/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
quiet: true

- name: "Create {{ activemq.service_name }} service group"
become: true
become: "{{ activemq_install_requires_become | default(true) }}"
ansible.builtin.group:
name: "{{ activemq_service_group }}"
system: true
Expand Down

0 comments on commit e7eba07

Please sign in to comment.