ansible-roles/nagios/templates/linux.dell.com.sources.list.j2

6 lines
225 B
Django/Jinja

{% if ( is_debian8 ) or ( is_debian7 ) %}
deb http://linux.dell.com/repo/community/ubuntu wheezy openmanage
{% else %}
deb http://linux.dell.com/repo/community/ubuntu {{ ansible_distribution_release }} openmanage
{% endif %}