home · contact · privacy
Ansible experiment: more fixes to user setup.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 18 Mar 2017 11:17:23 +0000 (12:17 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 18 Mar 2017 11:17:23 +0000 (12:17 +0100)
ansible/config.yml
ansible/user.yml
dotfiles/user/thinkpad/minimal/vimrc_add

index 244e4ced69c0576935613554a0963c17b1c211b6..fab222eb67d92cb66a7fd61c6e4f428a183352fb 100644 (file)
@@ -65,6 +65,6 @@
   - name: create user plom with sudo privileges and bash shell
     user: name=plom groups=sudo shell=/bin/bash
   - name: have config repo in user directory
-    git: repo=git://github.com/plomlompom/config dest=/home/plom/config
+    git: repo=https://github.com/plomlompom/config dest=/home/plom/config
     become_user: plom
     become_method: su
index 8be77bf0c433a0f2b7add4d25c67e0cf5fcaae5c..b8f1b4cbda6f8205e9405aaa3dc2cdc0ace01aec 100644 (file)
@@ -5,6 +5,6 @@
     file: state=directory dest=~/.vimbackups
   - name: Ensure dotfile symlinks
     file: state=link force=yes src={{item}} dest=~/.{{item|basename}}
-    - ~/configdotfiles/minimal/*
-    - ~/configdotfiles/user/minimal/*
-    - ~/configdotfiles/user/thinkpad/minimal/*
+    with_fileglob:
+    - ~/config/dotfiles/minimal/*
+    - ~/config/dotfiles/user/thinkpad/minimal/*
index 1dd08b643974b6e4fb9cd78612e96b09c001d566..ffbc88f3bc2ecd01c4c952e901aa29c7a3683b9c 100644 (file)
@@ -1 +1 @@
-source ~/.vimrc_vimgo
+#source ~/.vimrc_vimgo