# File lib/r10k/action/deploy/module.rb, line 14
        def initialize(opts, argv)
          @opts = opts
          @argv = argv
          setopts(opts, {
            :config      => :self,
            :environment => nil,
            :trace       => :self
          })

          @purge = true
        end