diff --git a/tasks/main.yml b/tasks/main.yml index 6fe0986..5b84a76 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -5,11 +5,11 @@ dest: /home/{{username}}/conf2 # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no). repo: ssh://git@pi2/vincent/conf2.git # required. git, SSH, or HTTP(S) protocol address of the git repository. clone: yes # not required. If C(no), do not clone the repository if it does not exist locally + recursive: yes force: no update: no accept_hostkey: yes - - name: pass user shell to zsh user: name: "{{username}}" # required. Name of the user to create, remove or modify.