Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Set runner_cache as defaultdict of dict #36

Merged
merged 1 commit into from
Oct 16, 2019

Commits on Aug 8, 2019

  1. Set runner_cache as defaultdict of dict

    runner_cache should be of type defaultdict(dict), because it may happen
    that cb_event_handler is called before runner_cache is initialized with
    play_uuid.
    
    Fixes: ansible#35
    machacekondra committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    737002c View commit details
    Browse the repository at this point in the history