dne-dna-code icon indicating copy to clipboard operation
dne-dna-code copied to clipboard

Ansible 2.5.4 not supported by Python 3.8+ on Mac

Open GShuttleworth opened this issue 5 years ago • 0 comments

Some ansible playbooks won't run on Mac using Python 3.8.

This is solved by bumping the ansible version specified in requirements.txt to a modern version.

ansible-playbook ansible-03-netconf-config/03-ntp_create.yaml

PLAY [NETCONF create NTP server] ***********************************************

TASK [set_fact] ****************************************************************
ERROR! Unexpected Exception, this is probably a bug: cannot pickle '_io.TextIOWrapper' object

GShuttleworth avatar Feb 17 '21 18:02 GShuttleworth