]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-local-phd.yml
Feat(logcheck): Update ignore pattern in `local-ssh`
[ansible.git] / playbooks / debian / init-local-phd.yml
index f43b7d83e697d8643c24b46b42e2c86d9ea0d415..63e188b193c66b572a7c030dce49d64409f1f490 100644 (file)
@@ -14,7 +14,7 @@
       become: true
       group:
         name: phd
-    - name: user phd
+    - name: Create user phd
       become: true
       user:
         name: phd
@@ -24,6 +24,7 @@
       apt:
         autoclean: yes
         autoremove: yes
+        cache_valid_time: 3600
         install_recommends: no
         name: ['fvwm', 'rxvt-unicode', 'xorg']
         state: latest