File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 ansible.builtin.copy :
4646 dest : " {{ _dest[ansible_os_family] }}"
4747 mode : u=rw,go=r
48- content : " {{ _content[ansible_os_family] }}"
48+ content : " {{ _content[ansible_distribution] | d(_content[ ansible_os_family]) }}"
4949 vars :
5050 _dest :
5151 Debian : /etc/apt/sources.list.d/opennebula.list
5252 RedHat : /etc/yum.repos.d/opennebula.repo
5353 _content :
5454 Debian : |
55+ {% if one_token is defined and one_token is truthy %}
56+ deb https://{{ one_token }}@enterprise.opennebula.io/repo/{{ one_version }}/{{ ansible_distribution }}/{{ ansible_distribution_major_version }} stable opennebula
57+ {% else %}
58+ deb https://downloads.opennebula.io/repo/{{ one_version }}/{{ ansible_distribution }}/{{ ansible_distribution_major_version }} stable opennebula
59+ {% endif %}
60+ Ubuntu : |
5561 {% if one_token is defined and one_token is truthy %}
5662 deb https://{{ one_token }}@enterprise.opennebula.io/repo/{{ one_version }}/{{ ansible_distribution }}/{{ ansible_distribution_version }} stable opennebula
5763 {% else %}
You can’t perform that action at this time.
0 commit comments