From 6cb885f0923e864c1cc336a62ef70e4bb09e88a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 17 Sep 2018 11:27:26 +0200 Subject: [PATCH] Install depend packages in one time --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6c0a5f7..e6d9b25 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,7 +9,7 @@ name: '{{ item }}' state: 'present' with_flattened: - - '{{ fusioninventory__agent_depend_packages }}' + - '{{ fusioninventory__agent_depend_packages | to_nice_json }}' when: fusioninventory__agent_deploy_state == "present" # Manage agent package [[[1