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
|
## v1.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
else "absent" }}'
|
else "absent" }}'
|
||||||
install_recommends: False
|
install_recommends: False
|
||||||
with_flattened:
|
with_flattened:
|
||||||
- '{{ deb_sec__required_packages }}'
|
- '{{ deb_sec__required_packages | to_nice_json }}'
|
||||||
# Debsecan [[[1
|
# Debsecan [[[1
|
||||||
# Configuration [[[
|
# Configuration [[[
|
||||||
- name: Debsecan configuration
|
- name: Debsecan configuration
|
||||||
|
|
Loading…
Reference in New Issue