The ansible-galaxy remove command is used to remove a role that was installed using the ansible-galaxy install command. The ansible-galaxy list command can be used to display the roles that are installed. In this example, the bertvv.httpd role was successfully removed.
ansible-galaxy remove bertvv.httpd
. . .
- successfully removed bertvv.httpd