Hey guys, so i've been trying to get a list of all the apps on my RHEL 7 machine but using the service --list-all i don't get anything. Is it possible to use ansible to list all the commands.
I've been using this command adhoc:
ansible all -m raw -a "systemctl list-unit-files | grep enabled"