Skip to content

Commit

Permalink
Fix error when creating gossip key (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
xterr authored Feb 22, 2024
1 parent 5243f1b commit ba902b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
register: gossip_key_tempfile

- name: Generate gossip encryption key # noqa no-changed-when
become: false
ansible.builtin.shell: PATH={{ consul_bin_path }}:$PATH consul keygen > {{ gossip_key_tempfile.path }}
register: consul_keygen

Expand Down

0 comments on commit ba902b2

Please sign in to comment.