When setting an alias as a cronjob it is not running.
Virtual Appliance 14.x
The user running the cron is not aware of the aliases set.
You need to find the exact command used (under user config run the 'alias' command it will give you the command behind each alias.
Use this command instead of the alias.
For example:
59 23 * * * sudo systemctl restart wildfly-ig
This cron entry will restart IG every day at 11:59 PM
Note that no single quotes are used for the command itself.