Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
don't use urandom
  • Loading branch information
aioue authored Nov 17, 2016
1 parent 82d0840 commit 3e23b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

- name: start rngd for entropy creation
sudo: true
command: rngd -b -r /dev/urandom creates={{ aptly_gpg_key_dir }}/key.sec
command: rngd -b -r /dev/hwrandom creates={{ aptly_gpg_key_dir }}/key.sec

- name: copy gpg key-gen batch file
template:
Expand Down

0 comments on commit 3e23b00

Please sign in to comment.