mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
use stdout
Signed-off-by: Koen Ekelschot <koen.ekelschot@gmail.com>
This commit is contained in:
parent
44c27a6a2b
commit
1ad7487f71
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue