Compare commits
No commits in common. "8d2e46ebd2ca12457d03fa5d3441c0780c0848b7" and "368674c1ce71399efef4bf1f496b187fbe6a0b71" have entirely different histories.
8d2e46ebd2
...
368674c1ce
|
@ -11,8 +11,7 @@
|
|||
#
|
||||
# The version of Fusioninventory agent to install.
|
||||
#
|
||||
fusioninventory__agent_version: '2.5.2-1'
|
||||
fusioninventory__agent_major_version: '2.5.2'
|
||||
fusioninventory__agent_version: '2.4-2'
|
||||
# ]]]
|
||||
# .. envvar:: fusioninventory__agent_package_url [[[
|
||||
#
|
||||
|
@ -22,7 +21,7 @@ fusioninventory__agent_major_version: '2.5.2'
|
|||
# http://fusioninventory.org/documentation/agent/installation/linux/deb.html
|
||||
#
|
||||
# Only works with Debian
|
||||
fusioninventory__agent_package_url: '{{ "https://github.com/fusioninventory/fusioninventory-agent/releases/download/" + fusioninventory__agent_major_version + "/fusioninventory-agent_" + fusioninventory__agent_version + "_all.deb"
|
||||
fusioninventory__agent_package_url: '{{ "http://debian.fusioninventory.org/downloads/fusioninventory-agent_"+ fusioninventory__agent_version + "_all.deb"
|
||||
if (ansible_distribution_release in
|
||||
([ "stretch" ]))
|
||||
else "" }}'
|
||||
|
|
Reference in New Issue