From cacbbe6ec2211c20254b25cfa3ef5572588d53d2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 10 Mar 2015 19:40:31 +0000 Subject: [PATCH] My goodness. Do trailing slashes matter here? --- roles/apps-fp-o/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/apps-fp-o/tasks/main.yml b/roles/apps-fp-o/tasks/main.yml index fd7b11153b..9b1644750b 100644 --- a/roles/apps-fp-o/tasks/main.yml +++ b/roles/apps-fp-o/tasks/main.yml @@ -30,6 +30,6 @@ - apps-fp-o - name: Copy over any extra icons we carry - synchronize: src=img/icons dest=/srv/web/apps-fp-o/img/icons + synchronize: src=img/icons/ dest=/srv/web/apps-fp-o/img/icons/ tags: - apps-fp-o