Skip to content

Commit

Permalink
Ensures correct package is matched when checking installed version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Nolan committed Aug 29, 2017
1 parent 486f0dc commit 370e6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tasks/set-install-facts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

- name: find installed Conda matching packages
shell: "{{ conda_tests_conda_executable }} search --json {{ conda_tests_install_example }}"
shell: "{{ conda_tests_conda_executable }} search --json ^{{ conda_tests_install_example }}$"
no_log: True
register: installed_raw

Expand Down

0 comments on commit 370e6b7

Please sign in to comment.