You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error while trying to use the kimurai setup command on a Ubuntu 18.04 LTS EC2, running from a fresh brew install ansible on a macbook pro on Catalina with ansible 2.9.7.
I tried migrating back to ansible 2.8 but getting this :
kimurai setup [email protected] --ask-sudo --ssh-key-path /Users/xxx/Development/ssh-keys/xxx.pem
BECOME password:
PLAY [all] ******************************************************************************************
TASK [Gathering Facts] ******************************************************************************
ERROR! Unexpected Exception, this is probably a bug: cannot pickle '_io.TextIOWrapper' object
Looks like it's a matter of ansible's version (I've never used ansible before, only puppet and chef). I'll take a look around, but this might need some updating - or provide which version we should test against in the readme.
Note : No problem installing it through a localhost ansible install directly on the ubuntu machine, so not anything urgent whatsoever :)
The text was updated successfully, but these errors were encountered:
albandum
changed the title
kimurai setup not passing all necessary arguments to ansible-playbook
kimurai setup not passing all necessary arguments to ansible-playbook on Mac OS Catalina
May 7, 2020
Hi,
I'm getting this error while trying to use the kimurai setup command on a Ubuntu 18.04 LTS EC2, running from a fresh
brew install ansible
on a macbook pro on Catalina with ansible 2.9.7.I tried migrating back to ansible 2.8 but getting this :
Looks like it's a matter of ansible's version (I've never used ansible before, only puppet and chef). I'll take a look around, but this might need some updating - or provide which version we should test against in the readme.
Note : No problem installing it through a localhost ansible install directly on the ubuntu machine, so not anything urgent whatsoever :)
The text was updated successfully, but these errors were encountered: