Forked from pavlov99/ansible-galaxy-find-role-id.sh
Last active
June 28, 2023 15:02
-
-
Save papanito/eb9212b99228dfbf6084ce43205e32a3 to your computer and use it in GitHub Desktop.
Find your role's id in ansible-galaxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ansible-galaxy role 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