Skip to content

Commit

Permalink
Remove erlang installation, rabbitmq-server already requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Mar 13, 2024
1 parent 23ced83 commit ba2e7d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/rabbitmq/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# code: language=ansible
---
# - name: Install erlang
# community.general.zypper:
# name: erlang
# state: present
# update_cache: true

- name: Install rabbitmq
community.general.zypper:
name: rabbitmq-server
Expand Down

0 comments on commit ba2e7d0

Please sign in to comment.