-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
send fedora messages rather than fedmsg
Signed-off-by: Ryan Lerch <[email protected]>
- Loading branch information
Showing
5 changed files
with
567 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,7 @@ | |
- redhat-rpm-config | ||
- python-devel | ||
- poetry | ||
- libpq-devel | ||
- gcc | ||
- fedora-messaging | ||
state: present |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.