Skip to content

Commit

Permalink
Update keystore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkakouros authored Aug 26, 2024
1 parent ef580dc commit 0c3d990
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tasks/outputs/keystore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@
- beats_kibana_password
- beats_kibana_ssl_key_passphrase
notify: beats-restart-service
no_log: >-
{{
lookup('env', 'IN_MOLECULE')
| default(false, true)
| ternary(false, true)
}}

when: ansible_os_family != 'Windows'

- name: "{{ beats_flavor }}: output keystore for Windows"
Expand Down Expand Up @@ -115,10 +110,4 @@
- beats_kibana_password
- beats_kibana_ssl_key_passphrase
notify: beats-restart-service
no_log: >-
{{
lookup('env', 'IN_MOLECULE')
| default(false, true)
| ternary(false, true)
}}
when: ansible_os_family == 'Windows'

0 comments on commit 0c3d990

Please sign in to comment.