4 lines
172 B
Text
4 lines
172 B
Text
|
% for domain, data in sorted(node.metadata.get('mixcloud-downloader/netrc', {}).items()):
|
||
|
machine ${domain} login ${data['username']} password ${data['password']}
|
||
|
% endfor
|