<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Create Ansible Plays and Playbooks &#8211; Part 5	</title>
	<atom:link href="https://www.tecmint.com/create-ansible-plays-and-playbooks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-ansible-plays-and-playbooks/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 27 Apr 2021 08:09:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: James Kiarie		</title>
		<link>https://www.tecmint.com/create-ansible-plays-and-playbooks/comment-page-1/#comment-1482225</link>

		<dc:creator><![CDATA[James Kiarie]]></dc:creator>
		<pubDate>Tue, 27 Apr 2021 08:09:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35176#comment-1482225</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-ansible-plays-and-playbooks/comment-page-1/#comment-1480317&quot;&gt;Craig&lt;/a&gt;.

Hey Craig,

The indentation of the debug module should be the same as that of the  &quot;- name&quot; parameter. They should appear in the same vertical alignment.  Please check on that.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-ansible-plays-and-playbooks/comment-page-1/#comment-1480317">Craig</a>.</p>
<p>Hey Craig,</p>
<p>The indentation of the debug module should be the same as that of the  &#8220;- name&#8221; parameter. They should appear in the same vertical alignment.  Please check on that.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Craig		</title>
		<link>https://www.tecmint.com/create-ansible-plays-and-playbooks/comment-page-1/#comment-1480317</link>

		<dc:creator><![CDATA[Craig]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 20:30:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35176#comment-1480317</guid>

					<description><![CDATA[Hello, This code doesn&#039;t seem to work as-is.  I thought you might like to know.

Example 2: Check Uptime of Remote Linux
&lt;pre&gt;
---
 - name: Check the remote host uptime
    hosts: servers
    tasks:
      - name: Execute the Uptime command over Command module
        register: uptimeoutput
        command: &quot;uptime&quot;

- debug:
          var: uptimeoutput.stdout_lines
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hello, This code doesn&#8217;t seem to work as-is.  I thought you might like to know.</p>
<p>Example 2: Check Uptime of Remote Linux</p>
<pre>
---
 - name: Check the remote host uptime
    hosts: servers
    tasks:
      - name: Execute the Uptime command over Command module
        register: uptimeoutput
        command: "uptime"

- debug:
          var: uptimeoutput.stdout_lines
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
