mirror of https://github.com/ansible/ansible.git
pip: Fix uninitialized variable during check_mode (#4379)
During check_mode (`--check`), the variable change could be used uninitialized, yielding this error: `UnboundLocalError: local variable 'changed' referenced before assignment` This changeset simply initializes it to False.reviewable/pr18780/r1
parent
4905ab66d6
commit
b5ad8b83be
Loading…
Reference in New Issue