X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fuser.yml;h=07dd1890bb06be587d8f7ffdf7db3515f2e743e0;hb=caaa41c74f5f0db07e0cfd64de314759fd30625d;hp=a34f6fe6643233e42f5ba67f227553739781723c;hpb=edfe462345327a4f59ad6559835c5a30f1c92160;p=config diff --git a/ansible/user.yml b/ansible/user.yml index a34f6fe..07dd189 100644 --- a/ansible/user.yml +++ b/ansible/user.yml @@ -5,7 +5,9 @@ file: state=directory dest=~/.vimbackups - name: Ensure dotfile symlinks file: state=link force=yes src={{item}} dest=~/.{{item|basename}} - with_fileglob: ~/config/ansible/files/dotfiles/minimal/* - - name: Ensure user dotfile symlinks - file: state=link force=yes src={{item}} dest=~/.{{item|basename}} - with_fileglob: ~/config/ansible/files/dotfiles/user/* + with_fileglob: + - ~/config/dotfiles/minimal/* + - ~/config/dotfiles/user/thinkpad/minimal/* + - ~/config/dotfiles/user/thinkpad/W530/* + - name: ensure ~/downloads directory + file: state=directory dest=~/downloads