Commit 13de32d
authored
Set become:false when deleting local gossip key (#142)
The local gossip encryption key at `/tmp/nomad_raw.key` is created using `become: false`. However, during cleanup (`Delete gossip encryption key`) `become: false` is missing and might cause issues becoming root on localhost if sudo asks for a password.
This PR fixes this by addind `become: false` to the respective task in get_gossip_key.yml1 parent 70df02b commit 13de32d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
0 commit comments