From 10837d8d943cdf9d9ae0fa2252573d5e321954cb Mon Sep 17 00:00:00 2001 From: "G. Roggemans" Date: Tue, 19 Jul 2016 14:30:47 +0200 Subject: [PATCH] Allow duplicates of the role in a playbook --- meta/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index 1d0ce77..a40f232 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -19,4 +19,7 @@ galaxy_info: - power - reboot - system + +allow_duplicates: yes + dependencies: []