Skip to content

Commit 5796351

Browse files
authored
Fix non-numeric parameter (#5562)
1 parent b8c9344 commit 5796351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/gen_erl_cookie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# generate erlang cookie for CouchDB
2020

2121
- name: "generate erlang cookie"
22-
local_action: command openssl rand -base64 32op
22+
local_action: command openssl rand -base64 32
2323
register: random_stdout
2424
run_once: true
2525
when: erlang_cookie is not defined

0 commit comments

Comments
 (0)