Skip to content

Commit

Permalink
Consistency change
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tersmitten committed Sep 2, 2015
1 parent 93ee01e commit 1964464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- r-packages-install

- name: packages | remove
command: "R-remove-package {{ item.name }} {{ item.lib if item.lib is defined else '' }}"
command: "R-remove-package {{ item.name }}{% if item.lib is defined %} {{ item.lib }}{% endif %}"
register: r_remove_package
changed_when: "r_remove_package.stdout_lines[-1] is defined and r_remove_package.stdout_lines[-1] == 'changed'"
with_items: r_packages
Expand Down

0 comments on commit 1964464

Please sign in to comment.