From 6b95bb1f576de83cac46ea863f3a3f036ca4a182 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 May 2013 14:42:37 +0000 Subject: [PATCH] Add common scripts to mirrorlist so it has lock-wrapper --- playbooks/groups/mirrorlist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/mirrorlist.yml b/playbooks/groups/mirrorlist.yml index 54046cfd46..84866f5505 100644 --- a/playbooks/groups/mirrorlist.yml +++ b/playbooks/groups/mirrorlist.yml @@ -32,6 +32,7 @@ tasks: # this is how you include other task lists + - include: $tasks/common_scripts.yml - include: $tasks/hosts.yml - include: $tasks/yumrepos.yml - include: $tasks/base.yml