Skip to content

Commit

Permalink
send fedora messages rather than fedmsg
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lerch <[email protected]>
  • Loading branch information
ryanlerch committed Apr 8, 2024
1 parent 7297f5c commit 897c2aa
Show file tree
Hide file tree
Showing 5 changed files with 567 additions and 16 deletions.
3 changes: 3 additions & 0 deletions devel/ansible/roles/core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
- redhat-rpm-config
- python-devel
- poetry
- libpq-devel
- gcc
- fedora-messaging
state: present
6 changes: 6 additions & 0 deletions devel/ansible/roles/dev/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: configure fedora-messaging to point at tinystage rabbitmq
lineinfile:
path: /etc/fedora-messaging/config.toml
regexp: "amqp_url = \"amqp://\""
line: "amqp_url = \"amqp://fedoramessages:[email protected]\"" # gitleaks:allow

- name: Setup development instance of tahrir
command: poetry install
become: yes
Expand Down
Loading

0 comments on commit 897c2aa

Please sign in to comment.