# File lib/hammer_cli_foreman_discovery/discovery.rb, line 98
      def ask_password
        prompt = _("Enter the root password for the host:") + '_'
        ask(prompt) { |q| q.echo = false }
      end