Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hybridadmin/69d2f540be6464a029535e4ff6842ee4 to your computer and use it in GitHub Desktop.
Save hybridadmin/69d2f540be6464a029535e4ff6842ee4 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