When you issue a salt call from salt master (eg. salt '*' test.ping
), the output includes the minions that it is unable to talk to, with the hostname and then on the next line a message "Minion did not return."
Is there a way to to restrict the output only to those minions for which it is able to connect? I thought there was a way to do this, but I'm not seeing it in the man page or documentation.