# File lib/hammer_cli_import/user.rb, line 51
      def first_time_only
        if File.exist? option_role_mapping
          @role_map = YAML.load_file(option_role_mapping)
        else
          warn "Role-mapping file #{option_role_mapping} not found, no roles will be assigned"
        end
        return 'loaded'
      end