소스 검색

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