From 0596e736957f1b230b8b86f95e07049b95f79cd1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 1 May 2015 19:37:15 +0000 Subject: [PATCH] Another small typo. Missing - in front of name: --- roles/torrent/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/torrent/tasks/main.yml b/roles/torrent/tasks/main.yml index 0bf725e91c..368ac6ae57 100644 --- a/roles/torrent/tasks/main.yml +++ b/roles/torrent/tasks/main.yml @@ -14,7 +14,7 @@ tags: - packages - name: Create the required directories +- name: Create the required directories file: path={{ item.file }} owner={{ item.owner }} group={{ item.group }} mode={{ item.mode }} with_items: