Use to_nice_json to manage packages list
This commit is contained in:
parent
9c8c181e70
commit
bc33b60bda
|
@ -1,3 +1,8 @@
|
|||
## v2.1.3
|
||||
|
||||
### Enhancements
|
||||
* Use to_nice_json to manage packages list.
|
||||
|
||||
## v2.1.2
|
||||
|
||||
* Fix E405 Remote package tasks should have a retry.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
state: '{{ "present" if (flexlm__deploy_state == "present") else "absent" }}'
|
||||
install_recommends: False
|
||||
with_flattened:
|
||||
- '{{ flexlm__required_packages }}'
|
||||
- '{{ flexlm__required_packages | to_nice_json }}'
|
||||
register: flexlm_pkg_result
|
||||
until: flexlm_pkg_result is success
|
||||
|
||||
|
|
Loading…
Reference in New Issue