From e522869a3e50936f85042cddeffa476107d47213 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 8 Apr 2019 23:09:14 +0200 Subject: [PATCH] complete variable for autofs --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.