Skip to content

Commit

Permalink
Merge pull request #3 from bdeetz/brady/fix/dpkg-query-not-installed
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
bdeetz authored Dec 10, 2023
2 parents 50f1b4c + c0fa39d commit 3baa9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/elasticsearch-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
name: "{{ es_package_name }}"
selection: "install"
when: not es_version_lock or (installed_es_version.stdout and installed_es_version.stdout != es_version)
ignore_errors: True

- name: Debian - Ensure elasticsearch is installed
become: yes
Expand Down

0 comments on commit 3baa9a5

Please sign in to comment.