Use to_nice_json to manage packages list
This commit is contained in:
parent
7bc8096711
commit
ceca21a1ce
|
@ -1,3 +1,6 @@
|
|||
## v1.X.Y
|
||||
* Use to_nice_json to manage packages list.
|
||||
|
||||
## v1.0
|
||||
|
||||
### Features
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue