Actions
Bug #25944
closedVariables are ignored if the role does not live in all ansible directories
Difficulty:
Triaged:
No
Description
Imagine we have role dirs set to /etc/ansible/roles:/root/.ansible/roles (two directories). Our code does this
variables[role_name] = VariablesExtractor.extract_variables("#{path}/#{role_name}")
if the role does not exist in second directory, we replace variables found in first with empty array.
Updated by Marek Hulán almost 6 years ago
- Pull request https://github.com/theforeman/smart_proxy_ansible/pull/15 added
Updated by Ondřej Pražák almost 6 years ago
- Status changed from New to Closed
- Fixed in Releases smart_proxy_ansible-2.1.2 added
Actions