Skip to content

Commit

Permalink
Replaced geerlingguy RabbitMQ repo with a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Flage-Larsen committed Jan 15, 2020
1 parent 4170a88 commit c5dc8bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ galaxy_info:
dependencies:
- role: marvel-nccr.current_user
version: master
- role: geerlingguy.repo-epel
when: ansible_distribution == "CentOS"
- role: geerlingguy.rabbitmq
- name: ansible-role-rabbitmq
src: https://github.com/claudineimatos/ansible-role-rabbitmq.git
scm: git
version: master
when: ansible_distribution == "CentOS"
6 changes: 4 additions & 2 deletions molecule/default/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
- src: marvel-nccr.current_user
version: master
- src: geerlingguy.repo-epel
- src: geerlingguy.rabbitmq
- name: ansible-role-rabbitmq
src: https://github.com/claudineimatos/ansible-role-rabbitmq.git
scm: git
version: master

0 comments on commit c5dc8bd

Please sign in to comment.