trim white space

This commit is contained in:
Michael Porter 2018-09-10 09:33:23 -05:00
parent cffcf33bd2
commit f4faa4d451
No known key found for this signature in database
GPG Key ID: 5471D27291D993FA
1 changed files with 0 additions and 4 deletions

View File

@ -12,7 +12,3 @@
state: "{{ item.state | default(omit) }}"
executable: {{ 'pip3' if pip_package == "python3-pip" else 'pip' }}
with_items: "{{ pip_install_packages }}"