feature: allow downloading of package by remote host #1421
Annotations
6 errors
Lint collection:
roles/_common/tasks/install.yml#L49
Jinja2 spacing could be improved: Create binary cache path on {{ 'remote host' if (_common_remote_download | bool) else 'localhost'}} -> Create binary cache path on {{ 'remote host' if (_common_remote_download | bool) else 'localhost' }}
|
Lint collection:
roles/_common/tasks/install.yml#L81
Jinja2 spacing could be improved: Download {{ __common_binary_basename }} from {{ _common_binary_url }} on {{ 'remote host' if (_common_remote_download | bool) else 'localhost'}} -> Download {{ __common_binary_basename }} from {{ _common_binary_url }} on {{ 'remote host' if (_common_remote_download | bool) else 'localhost' }}
|
Lint collection:
roles/_common/tasks/install.yml#L81
Jinja templates should only be at the end of 'name'
|
Lint collection:
roles/_common/tasks/install.yml#L96
Jinja2 spacing could be improved: Unpack binary archive {{ __common_binary_basename }} on {{ 'remote host' if (_common_remote_download | bool) else 'localhost'}} -> Unpack binary archive {{ __common_binary_basename }} on {{ 'remote host' if (_common_remote_download | bool) else 'localhost' }}
|
Lint collection:
roles/_common/tasks/install.yml#L96
Jinja templates should only be at the end of 'name'
|
Lint collection
Process completed with exit code 1.
|
Loading