mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
A symlink like ansible -> ../.. in module_utils/network_lsr breaks the copy task with a strange error message: An exception occurred during task execution. To see the full traceback, use -vvv. The error was: FileNotFoundError: [Errno 2] No such file or directory: '' Avoiding following symlinks helps here. The symlink makes it easier to import the files since the import paths include ansible as a component: from ansible.module_utils.network_lsr.utils import Util |
||
|---|---|---|
| .. | ||
| helpers | ||
| roles/linux-system-roles.network | ||
| tasks | ||
| .gitignore | ||
| ansible_module_network_connections.py | ||
| covstats | ||
| down-profile.yml | ||
| ensure_non_running_provider.py | ||
| get-coverage.sh | ||
| get-coverage.yml | ||
| get-total-coverage.sh | ||
| merge-coverage.sh | ||
| remove-profile.yml | ||
| run-tasks.yml | ||
| test_network_connections.py | ||
| tests_bridge.yml | ||
| tests_bridge_other_provider.yml | ||
| tests_default.yml | ||
| tests_default_other_provider.yml | ||
| tests_ethernet.yml | ||
| tests_ethernet_other_provider.yml | ||
| tests_helpers-and-asserts.yml | ||
| tests_unit.yml | ||