Install depend packages in one time
This commit is contained in:
parent
8fe580046b
commit
6cb885f092
|
@ -9,7 +9,7 @@
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
state: 'present'
|
state: 'present'
|
||||||
with_flattened:
|
with_flattened:
|
||||||
- '{{ fusioninventory__agent_depend_packages }}'
|
- '{{ fusioninventory__agent_depend_packages | to_nice_json }}'
|
||||||
when: fusioninventory__agent_deploy_state == "present"
|
when: fusioninventory__agent_deploy_state == "present"
|
||||||
|
|
||||||
# Manage agent package [[[1
|
# Manage agent package [[[1
|
||||||
|
|
Reference in New Issue