From 6e053f661b561058ee29e717141b74b2f9bf2a9c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 29 Jun 2018 03:57:57 +0000 Subject: [PATCH] do not follow links as they could point to things that no longer exist on /mnt/koji and cause ansible to error out --- roles/odcs/frontend/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/odcs/frontend/tasks/main.yml b/roles/odcs/frontend/tasks/main.yml index 736e23522a..3c061a74ce 100644 --- a/roles/odcs/frontend/tasks/main.yml +++ b/roles/odcs/frontend/tasks/main.yml @@ -23,6 +23,7 @@ group: apache mode: 0777 recurse: yes + follow: no tags: - odcs - odcs/frontend