X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=fab222eb67d92cb66a7fd61c6e4f428a183352fb;hb=97da9e6c3a4d334dea7f654956505a2274ef93b6;hp=244e4ced69c0576935613554a0963c17b1c211b6;hpb=6755cc81343e34193be082157a0369efdbb5f930;p=config diff --git a/ansible/config.yml b/ansible/config.yml index 244e4ce..fab222e 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -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