Skip to content

Commit

Permalink
Merge pull request #846 from splunk/ess-typo
Browse files Browse the repository at this point in the history
fix set_fact typo
  • Loading branch information
ruomeiy-splunk authored Jun 14, 2024
2 parents 5c97e5c + 4375844 commit 49223e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/splunk_cluster_master/tasks/generate_ess_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
no_log: "{{ hide_password }}"

- name: Set ESS version fact
set_facts:
ess_version: "{{ ess_info | regex_search(regexp, '\\1')[0] }}"
set_fact:
ess_version: "{{ ess_info | regex_search(regexp, '\\1') | first }}"
vars:
regexp: '(\d+\.\d+\.\d+)'

Expand Down

0 comments on commit 49223e8

Please sign in to comment.