2
0
Fork 0

Install depend packages in one time

This commit is contained in:
Jeremy Gardais 2018-09-17 11:27:26 +02:00
parent 8fe580046b
commit 6cb885f092
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
name: '{{ item }}'
state: 'present'
with_flattened:
- '{{ fusioninventory__agent_depend_packages }}'
- '{{ fusioninventory__agent_depend_packages | to_nice_json }}'
when: fusioninventory__agent_deploy_state == "present"
# Manage agent package [[[1