Skip to content

Commit

Permalink
Remove extra quote from databases-7.1.0 config condition (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <jenright@cloudera.com>
  • Loading branch information
jimright authored Nov 7, 2023
1 parent 3667a89 commit 96295f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/config/cluster/base/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ custom_config_templates:
# Custom configurations for databases
- template: configs/databases.j2
- template: configs/databases-7.1.0.j2
condition: "{{ cloudera_runtime_version is version('7.1.0','>=') and cloudera_runtime_version is version('7.1.9','<') }}""
condition: "{{ cloudera_runtime_version is version('7.1.0','>=') and cloudera_runtime_version is version('7.1.9','<') }}"
- template: configs/databases-7.1.9.j2
condition: "{{ cloudera_runtime_version is version('7.1.9','>=') }}"
# Custom configurations for Infra Solr
Expand Down

0 comments on commit 96295f2

Please sign in to comment.