From 48f4990dd917fe12d1b4959da5184c1226630b2f Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 27 Jun 2024 12:11:39 +0200 Subject: [PATCH] Fix typos Signed-off-by: Nils Philippsen --- roles/distgit/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 50b9388092..9cf380810e 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -134,7 +134,7 @@ - config - distgit -- name: Make sure apache can access the fedora-messasing ca +- name: Make sure apache can access the fedora-messaging ca acl: path: /etc/pki/rabbitmq/git-hooks.ca entity: apache @@ -145,7 +145,7 @@ - distgit when: inventory_hostname.startswith('batcave') -- name: Make sure apache can access the fedora-messasing crt +- name: Make sure apache can access the fedora-messaging crt acl: path: /etc/pki/rabbitmq/git-hooks.crt entity: apache @@ -156,7 +156,7 @@ - distgit when: inventory_hostname.startswith('batcave') -- name: Make sure apache can access the fedora-messasing key +- name: Make sure apache can access the fedora-messaging key acl: path: /etc/pki/rabbitmq/git-hooks.key entity: apache