Difference between revisions of "Debug:"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
  
 
https://serverfault.com/questions/537060/how-to-see-stdout-of-ansible-commands
 
https://serverfault.com/questions/537060/how-to-see-stdout-of-ansible-commands
 +
<pre>
 
<nowiki>
 
<nowiki>
  - debug: msg="{{ hello.stdout }}"
+
  - debug: msg="{{ your_var.stdout }}"
  - debug: msg="{{ hello.stderr }}"
+
  - debug: msg="{{ your_var.stderr }}"
 
</nowiki>
 
</nowiki>
 +
</pre>
  
 
== Related ==
 
== Related ==

Revision as of 16:18, 11 August 2022

Advertising: