Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ansible >= 2.8 #3

Open
shalomb opened this issue Aug 4, 2020 · 1 comment
Open

Support ansible >= 2.8 #3

shalomb opened this issue Aug 4, 2020 · 1 comment

Comments

@shalomb
Copy link
Owner

shalomb commented Aug 4, 2020

No description provided.

@shalomb
Copy link
Owner Author

shalomb commented Aug 4, 2020

$ ./tests.yml -l localhost -vv
...
PLAY RECAP **********************************************************************************************************************************************************************localhost                  : ok=20   changed=7    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0                                                                                                                                                                                                                                                Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fadcb98df28>                                                                                  Traceback (most recent call last):                                                                                                                                                 File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fadcb98df28>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fadcb98df28>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fadcb98df28>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fadcb98df28>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fadcb98df28>

Seems to be caused by ansible/ansible#21982 and sticking with ansible <= 2.8 seems to keep things chugging.

shalomb added a commit that referenced this issue Aug 4, 2020
Python3 switch (Updates #2) (Causes #3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant