Skip to content

Commit

Permalink
remove redundant loop
Browse files Browse the repository at this point in the history
  • Loading branch information
mkangia committed Dec 21, 2024
1 parent 40d014d commit c361bad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions roles/commcare_analytics/tasks/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@

- name: Place config file
template:
src: "{{ item.src }}"
dest: "/etc/rabbitmq/{{ item.dest }}"
src: rabbitmq/rabbitmq.conf.j2
dest: /etc/rabbitmq/rabbitmq.conf
group: root
owner: rabbitmq
mode: 0644
loop:
- {"src": "rabbitmq/rabbitmq.conf.j2", "dest": "rabbitmq.conf"}
tags: rabbitmq

- name: Create directory for ulimt
Expand Down

0 comments on commit c361bad

Please sign in to comment.