Skip to content
Snippets Groups Projects
Commit 7b0d19e9 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix rabbitmq perms"

parents 34937175 77466a29
No related branches found
No related tags found
No related merge requests found
---
# TODO(SamYaple): Improve check with a custom docker module to check if alive
- name: Checking if a rabbitmq_data exists
command: docker inspect rabbitmq_data
command: docker exec rabbitmq_data stat /var/lib/rabbitmq/.erlang.cookie
register: exists
changed_when: False
failed_when: False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment