mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
pipx/pipx_info: fix scheduled tests (#10096)
This commit is contained in:
parent
6a40d459b5
commit
a042721c82
1 changed files with 5 additions and 2 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue