From 84362faf76c08136bf9de154b96c565b8dce4d68 Mon Sep 17 00:00:00 2001 From: RobertoSolis Date: Tue, 26 Jan 2016 16:11:01 +0100 Subject: [PATCH] Added allow_duplicates. Allow add the role as a dependency more than once. If another role also list it as a dependency will be run again. --- meta/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index 297842f..5bbc450 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -22,3 +22,5 @@ galaxy_info: - trusty categories: - web + +allow_duplicates: yes