Commit 25687278 by Feanil Patel

Fix spacing.

parent 50152cb5
......@@ -77,7 +77,7 @@
register: jenkins_plugin_downloads
- name: install Jenkins plugins
command: cp {{ item.dest}} {{ jenkins_home }}/plugins/{{ item.item.name }}.hpi
command: cp {{ item.dest }} {{ jenkins_home }}/plugins/{{ item.item.name }}.hpi
with_items: jenkins_plugin_downloads.results
when: item.changed
......
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