Skip to content

Commit

Permalink
Merge pull request #1 from Im0/ci_2_15
Browse files Browse the repository at this point in the history
Ci 2 15
  • Loading branch information
csmart authored Oct 24, 2022
2 parents 737779c + be4eef4 commit 81ee7f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/139_ci_add_stable_214.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- CI - Add stable-2.14 to AZP (https://github.com/ansible-collections/community.rabbitmq/issues/137).
2 changes: 1 addition & 1 deletion tests/integration/targets/lookup_rabbitmq/tasks/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
- assert:
that:
- "rabbitmq_vhost_error is failed"
- "'NOT_ALLOWED' in rabbitmq_vhost_error.msg"
- ("'NOT_ALLOWED' in rabbitmq_vhost_error.msg") or ("'Connection issue' in rabbitmq_vhost_error.msg")

# Tidy up
- name: Uninstall pika and requests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
listeners.ssl.default = 5671
listeners.tcp.1 = :::5672

ssl_options.cacertfile = /tls/ca_certificate.pem
ssl_options.certfile = /tls/server_certificate.pem
Expand Down

0 comments on commit 81ee7f1

Please sign in to comment.