diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index b0bc5b4..c1d3e2e 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -70,3 +70,4 @@ - getent_passwd[git_username] != none loop_control: label: "{{ item.dest }}" + ignore_errors: '{{ not git_username == "robertdb" | bool }}'