2018-01-15 18:24:40 +01:00
|
|
|
{% if is_ubuntu %}
|
2015-07-20 17:02:05 +02:00
|
|
|
deb http://linux.dell.com/repo/community/ubuntu {{ ansible_distribution_release }} openmanage
|
2018-01-15 18:24:40 +01:00
|
|
|
{% else %}
|
|
|
|
deb http://linux.dell.com/repo/community/ubuntu wheezy openmanage
|
2015-07-20 17:02:05 +02:00
|
|
|
{% endif %}
|