mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-31 18:31:44 -07:00
Remove debug task from pip
This commit is contained in:
parent
6e3a2db602
commit
5272eab40c
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@
|
||||||
pip: name={{ pip_test_package }} state=absent
|
pip: name={{ pip_test_package }} state=absent
|
||||||
register: uninstall_result
|
register: uninstall_result
|
||||||
|
|
||||||
- debug: var=installed_result
|
|
||||||
- name: removing an unremoved package should return unchanged
|
- name: removing an unremoved package should return unchanged
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue