Method: QB::Ansible::Module.run!

Defined in:
lib/qb/ansible/module.rb

.run!Object

Run the module!



258
259
260
261
262
263
264
265
# File 'lib/qb/ansible/module.rb', line 258

def self.run!
  handle_run_error do
    setup_io!
    
    args, args_source = load_args
    run_from_args! args, args_source: args_source
  end
end