diff --git a/tasks/local_git_users.yml b/tasks/local_git_users.yml index df19334..a8d9109 100644 --- a/tasks/local_git_users.yml +++ b/tasks/local_git_users.yml @@ -18,5 +18,5 @@ - '"successfully created" not in _gitearesult.stdout' changed_when: - '"successfully created!" in _gitearesult.stdout' - when: "_giteausers is defined and item.name not in _giteausers" + when: "_giteausers is defined and item.name not in _giteausers.stdout" loop: "{{ gitea_users }}"