| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| callback_plugins | ||
| inventory | ||
| playbook | ||
| runner | ||
| utils | ||
| __init__.py | ||
| callbacks.py | ||
| color.py | ||
| constants.py | ||
| errors.py | ||
| module_common.py |
I hit the following exception because errno is referenced but not imported.
```
fatal: [system01] => failed to parse: Traceback (most recent call last):
File "/root/.ansible/tmp/ansible-1354644532.37-246102819320352/copy", line 782, in <module>
main()
File "/root/.ansible/tmp/ansible-1354644532.37-246102819320352/copy", line 117, in main
module.atomic_replace(dest_tmp, dest)
File "/root/.ansible/tmp/ansible-1354644532.37-246102819320352/copy", line 772, in atomic_replace
if e.errno != errno.EPERM:
NameError: global name 'errno' is not defined
```
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| callback_plugins | Loading commit data... | |
| inventory | Loading commit data... | |
| playbook | Loading commit data... | |
| runner | Loading commit data... | |
| utils | Loading commit data... | |
| __init__.py | Loading commit data... | |
| callbacks.py | Loading commit data... | |
| color.py | Loading commit data... | |
| constants.py | Loading commit data... | |
| errors.py | Loading commit data... | |
| module_common.py | Loading commit data... |