X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=playbooks%2Fdebian%2Finit-local-phd.yml;h=63e188b193c66b572a7c030dce49d64409f1f490;hb=2dcf290a696ac02ad3bcd0a6f1000628f08867b3;hp=2a740e51e4b06ab01f86ae8d878d0c4fcfb63553;hpb=84d846f955709edd695154eff061362206f6ba5f;p=ansible.git diff --git a/playbooks/debian/init-local-phd.yml b/playbooks/debian/init-local-phd.yml index 2a740e5..63e188b 100644 --- a/playbooks/debian/init-local-phd.yml +++ b/playbooks/debian/init-local-phd.yml @@ -14,7 +14,7 @@ become: true group: name: phd - - name: user phd + - name: Create user phd become: true user: name: phd @@ -24,8 +24,8 @@ apt: autoclean: yes autoremove: yes + cache_valid_time: 3600 install_recommends: no name: ['fvwm', 'rxvt-unicode', 'xorg'] - purge: yes state: latest update_cache: yes