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