We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a35f1 commit cec5b11Copy full SHA for cec5b11
tests/integration/targets/pipx_info/tasks/main.yml
@@ -9,10 +9,13 @@
9
extra_args: --user
10
11
##############################################################################
12
-- name: ensure application tox is uninstalled
+- name: ensure applications are uninstalled
13
community.general.pipx:
14
+ name: "{{ item }}"
15
state: absent
- name: tox
16
+ loop:
17
+ - tox
18
+ - pylint
19
20
- name: retrieve applications (empty)
21
community.general.pipx_info: {}
0 commit comments