Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theJaxon/7d08f65deab6ae50e71708d3b3afa86f to your computer and use it in GitHub Desktop.
Save theJaxon/7d08f65deab6ae50e71708d3b3afa86f to your computer and use it in GitHub Desktop.
Find your role's id in ansible-galaxy
$ ansible-galaxy info YourUser.RoleName | grep -E 'id: [0-9]' | awk {'print $2'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment