mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
pipx: review tests (#10822)
This commit is contained in:
parent
d2e2395ae3
commit
0911db457e
7 changed files with 23 additions and 45 deletions
|
|
@ -54,11 +54,7 @@
|
|||
- name: Uninstall pycowsay and black (again)
|
||||
community.general.pipx:
|
||||
state: uninstall
|
||||
name: "{{ item }}"
|
||||
loop:
|
||||
- black
|
||||
- pycowsay
|
||||
register: uninstall_all_2
|
||||
name: pycowsay
|
||||
|
||||
- name: Assert pin/unpin
|
||||
ansible.builtin.assert:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue