diff --git a/tests/integration/targets/pipx_info/tasks/main.yml b/tests/integration/targets/pipx_info/tasks/main.yml index e3de105d6f..a401e5a798 100644 --- a/tests/integration/targets/pipx_info/tasks/main.yml +++ b/tests/integration/targets/pipx_info/tasks/main.yml @@ -9,10 +9,13 @@ extra_args: --user ############################################################################## -- name: ensure application tox is uninstalled +- name: ensure applications are uninstalled community.general.pipx: + name: "{{ item }}" state: absent - name: tox + loop: + - tox + - pylint - name: retrieve applications (empty) community.general.pipx_info: {}