mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
Remove debug task from pip
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
pip: name={{ pip_test_package }} state=absent
|
||||
register: uninstall_result
|
||||
|
||||
- debug: var=installed_result
|
||||
- name: removing an unremoved package should return unchanged
|
||||
assert:
|
||||
that:
|
||||
|
||||
Reference in New Issue
Block a user