mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #10096/a042721c backport][stable-10] pipx/pipx_info: fix scheduled tests (#10100)
pipx/pipx_info: fix scheduled tests (#10096)
(cherry picked from commit a042721c82)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -9,10 +9,13 @@
|
|||||||
extra_args: --user
|
extra_args: --user
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
- name: ensure application tox is uninstalled
|
- name: ensure applications are uninstalled
|
||||||
community.general.pipx:
|
community.general.pipx:
|
||||||
|
name: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
name: tox
|
loop:
|
||||||
|
- tox
|
||||||
|
- pylint
|
||||||
|
|
||||||
- name: retrieve applications (empty)
|
- name: retrieve applications (empty)
|
||||||
community.general.pipx_info: {}
|
community.general.pipx_info: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user