Skip to content

Commit

Permalink
use command instead of shell
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Jan 16, 2024
1 parent d309f60 commit b657575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/get_gossip_key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
run_once: true
block:
- name: Generate gossip encryption key # noqa no-changed-when
ansible.builtin.shell:
ansible.builtin.command:
cmd: nomad operator keygen
register: nomad_keygen

Expand Down

0 comments on commit b657575

Please sign in to comment.