# File lib/hammer_cli_foreman/smart_proxy.rb, line 79
      def request_params
        opts = super
        opts['dryrun'] = option_dryrun? || false
        opts
      end