mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Fix call to _expand_ppa
This commit is contained in:
committed by
Matt Clay
parent
824503fc19
commit
7643d3aecf
@@ -390,7 +390,7 @@ class UbuntuSourcesList(SourcesList):
|
||||
continue
|
||||
|
||||
if source_line.startswith('ppa:'):
|
||||
source, ppa_owner, ppa_name = self._expand_ppa(i[3])
|
||||
source, ppa_owner, ppa_name = self._expand_ppa(source_line)
|
||||
_repositories.append(source)
|
||||
else:
|
||||
_repositories.append(source_line)
|
||||
|
||||
Reference in New Issue
Block a user