dsedivec / ansible-plugins

A few Ansible plug-ins I've written for personal use
GNU General Public License v3.0
14 stars 4 forks source link

Migrate to python3 #5

Open tpo opened 3 years ago

tpo commented 3 years ago

This pull request should migrate vault_from_gpg_agent.py to Python3. To me it is not clear how to do the de/encoding to/from binary/paths etc. correctly. I hope the way I've done it is correct, however it does merit a second thought by anybody who has a look at this.