diff options
Diffstat (limited to 'roles/openshift_facts')
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index 8acb166d6..663423061 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -536,6 +536,7 @@ def set_node_schedulability(facts): facts['node']['schedulable'] = True return facts + # pylint: disable=too-many-branches def set_selectors(facts): """ Set selectors facts if not already present in facts dict |