1
1
Fork 0
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:
Koen Ekelschot 2024-04-07 15:27:00 +02:00 committed by GitHub
parent 44c27a6a2b
commit 1ad7487f71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}"