瀏覽代碼

Add haveged

Markus Lindenberg 9 年之前
父節點
當前提交
b7955d1143
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roles/common-system/tasks/crypto.yml

+ 1 - 0
roles/common-system/tasks/crypto.yml

@@ -2,6 +2,7 @@
 - name: ensure ca-certificates and ssl-cert is installed
   apt: name={{ item }} install_recommends=no
   with_items:
+    - haveged
     - ca-certificates
     - ssl-cert
     - apt-transport-https