Skip to content

Instantly share code, notes, and snippets.

@alexwh
Created December 25, 2015 00:59
Show Gist options
  • Save alexwh/4399c41d39afdc58ce6c to your computer and use it in GitHub Desktop.
Save alexwh/4399c41d39afdc58ce6c to your computer and use it in GitHub Desktop.
#!/bin/bash
# run from src/ansible-git directory
cd ../..
makepkg -esfi --noconfirm
# to avoid bisect complaining about generated docs being overwritten when changing commit
cd src/ansible-git
git checkout .
ansible do -m debug -a "var=ansible_ssh_user" | grep alex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment