The patches fixes the situation when repo is not defined but formula tries to get access to source parameter of the repo. Change-Id: Ifa7b8475bfc2cece6803ab7da7b2d0d5cc12b652 Related-PROD: PROD-17001pull/139/head
- keyid_ppa: {{ repo.keyid_ppa }} | - keyid_ppa: {{ repo.keyid_ppa }} | ||||
{%- endif %} | {%- endif %} | ||||
{%- else %} | {%- else %} | ||||
- name: {{ repo.source }} | |||||
- file: /etc/apt/sources.list.d/{{ name }}.list | - file: /etc/apt/sources.list.d/{{ name }}.list | ||||
{%- if repo.key_id is defined %} | {%- if repo.key_id is defined %} | ||||
- keyid: {{ repo.key_id }} | - keyid: {{ repo.key_id }} |