Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 2bf43577 authored by fred's avatar fred
Browse files

:art: Improve user print in log

parent c20bbae5
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@
- name: Who is «remote_user»?
ansible.builtin.debug:
msg: "I am «{{ who_is_remote_user.stdout_lines }}»"
msg: "I am {{ who_is_remote_user.stdout_lines | join }}"
- name: Who is «become_user»?
ansible.builtin.debug:
msg: "I am {{ who_is_become_user.stdout_lines | flatten | first }}"
msg: "I am {{ who_is_become_user.stdout_lines | join }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment