From ceca21a1ce1240555d791b42805ac3d3c8d717a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Thu, 10 Jan 2019 16:50:12 +0100 Subject: [PATCH] Use to_nice_json to manage packages list --- CHANGELOG.md | 3 +++ tasks/main.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be0c8e..c427fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.X.Y +* Use to_nice_json to manage packages list. + ## v1.0 ### Features diff --git a/tasks/main.yml b/tasks/main.yml index 774f13a..30697c7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -11,7 +11,7 @@ else "absent" }}' install_recommends: False with_flattened: - - '{{ deb_sec__required_packages }}' + - '{{ deb_sec__required_packages | to_nice_json }}' # Debsecan [[[1 # Configuration [[[ - name: Debsecan configuration