mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
contgrats fix in update-users #243
This commit is contained in:
parent
c89d916bd9
commit
b75f36a64e
1 changed files with 4 additions and 1 deletions
|
@ -202,7 +202,10 @@
|
|||
with_items: "{{ users }}"
|
||||
|
||||
post_tasks:
|
||||
- debug: msg="{{ congrats.split('\n') }}"
|
||||
- debug:
|
||||
msg:
|
||||
- "{{ congrats.common.split('\n') }}"
|
||||
- " {{ congrats.p12_pass }}"
|
||||
tags: always
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Reference in a new issue