Skip to content

Instantly share code, notes, and snippets.

@noonedeadpunk
Created December 13, 2019 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noonedeadpunk/9a260f23ec78676576f4b19d79a4b679 to your computer and use it in GitHub Desktop.
Save noonedeadpunk/9a260f23ec78676576f4b19d79a4b679 to your computer and use it in GitHub Desktop.
Check OSA local roles changes
ROLES_DIR="/etc/ansible/roles/"; pushd $ROLES_DIR; ROLES=`ls -1`; popd; for role in $ROLES; do pushd $ROLES_DIR/$role; git diff; popd; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment