Fix typos
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
2935b4ebe7
commit
48f4990dd9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue