mirror of https://github.com/ansible/ansible.git
Remove dead code from pacman module
The manual check to see if get_bin_path() returned anything is redundant, because we pass True to the required parameter of get_bin_path(). This automatically causes the task to fail if the pacman binary isn't available. Therefore, the code within the if statement being removed is never called.reviewable/pr18780/r1
parent
e285286d1f
commit
a92a0e56f2
Loading…
Reference in New Issue