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