Commit 5272eab4 by James Tanner

Remove debug task from pip

parent 6e3a2db6
...@@ -32,7 +32,6 @@ ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment