Explorar el Código

Add sharutils to base packages

Emmanuel Bouthenot hace 10 años
padre
commit
01e8ff10f1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      roles/common/tasks/base.yml

+ 1 - 0
roles/common/tasks/base.yml

@@ -46,6 +46,7 @@
     - ca-certificates
     - sysstat
     - etckeeper
+    - sharutils
 
 - name: Configure default locale and timezone
   debconf: name="{{item.name}}" question="{{item.question}}" value="{{item.value}}" vtype="{{item.vtype}}"