diff --git a/tasks/rabbitmq_post_install.yml b/tasks/rabbitmq_post_install.yml index 0c945d8f..5b397957 100644 --- a/tasks/rabbitmq_post_install.yml +++ b/tasks/rabbitmq_post_install.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- name: Set rabbit cookie +- name: Set RabbitMQ cookie ansible.builtin.copy: content: "{{ rabbitmq_cookie_token }}" dest: /var/lib/rabbitmq/.erlang.cookie