From bf90483fe6231c773d13d8c5d3e4cc1b4a07bfe4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 2 Jun 2017 14:40:18 +0000 Subject: [PATCH] fix typo --- roles/pagure/frontend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/frontend/tasks/main.yml b/roles/pagure/frontend/tasks/main.yml index fc993175d6..f79c4f4f9b 100644 --- a/roles/pagure/frontend/tasks/main.yml +++ b/roles/pagure/frontend/tasks/main.yml @@ -84,7 +84,7 @@ - pagure - name: create the /attachments folder - file: state=diretory + file: state=directory path=/srv/attachments owner=git group=git mode=0775 tags: