contgrats fix in update-users #243

pull/248/head
Jack Ivanov 7 years ago
parent b11015508f
commit 9a5801f434

@ -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…
Cancel
Save