ansible/lib
Kevin Burke 434e9e1d8f Un-nest nested if statements (#19190)
Easier and clearer to write

if a and b:
    foo()

than

if a:
    if b:
        foo()
2017-10-13 08:32:59 -04:00
..
ansible Un-nest nested if statements (#19190) 2017-10-13 08:32:59 -04:00