1
0
Fork 0
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:
Alexei Znamensky 2025-09-13 17:29:01 +12:00 committed by GitHub
parent d2e2395ae3
commit 0911db457e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 23 additions and 45 deletions

View file

@ -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: