At the moment, I've copied my basic version of the script from the .archive folder:
cp -vu .archive/ansible/terminal/files/cite.py -t ~/.local/bin/
cd ~/.local/bin/
chmod u+x cite.py
mv cite.py cite
vim cite # put `#!/usr/bin/env python` at the top of the script
Would be ideal if I could turn the script into an installable Python package and put it into a separate repo... or at the very least if I can't be bothered to do that, I could move it into the playbook so that those above steps aren't manual any more.
At the moment, I've copied my basic version of the script from the
.archive
folder:Would be ideal if I could turn the script into an installable Python package and put it into a separate repo... or at the very least if I can't be bothered to do that, I could move it into the playbook so that those above steps aren't manual any more.