home · contact · privacy
Ansible experiment: more fixes to user setup.
[config] / ansible / config.yml
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