<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ansible playbooks wont run outside of specific directory in Ansible</title>
    <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29341#M99</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not using Tower for a very long time, I do not remember that I had issues with that besides the license limitation of the&amp;nbsp;free version &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- name: "Gather API Fingerprint from the Management Server"&lt;BR /&gt; command: "/opt/CPsuite-R80/fw1/bin/api fingerprint |grep SHA1 "&lt;BR /&gt; register: api_fingerprint_raw&lt;/P&gt;&lt;P&gt;- name: "Register the output for only the SHA1 fingerprint"&lt;BR /&gt; set_fact:&lt;BR /&gt; api_fingerprint: "{{ api_fingerprint_raw.stdout.split(' ')[1] }}"&lt;/P&gt;&lt;P&gt;- name: Debug Output&lt;BR /&gt; debug:&lt;BR /&gt; msg: "Output for API SHA1 {{ api_fingerprint }}"&lt;/P&gt;&lt;P&gt;- name: "login"&lt;BR /&gt; check_point_mgmt:&lt;BR /&gt; command: login&lt;BR /&gt; parameters:&lt;BR /&gt; username: "admin"&lt;BR /&gt; password: "vpn123"&lt;BR /&gt; management: "{{ target }}"&lt;BR /&gt; domain: "{{ domain_server }}"&lt;BR /&gt; fingerprint: "{{ api_fingerprint }}"&lt;BR /&gt; register: login_response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2018 08:08:53 GMT</pubDate>
    <dc:creator>Ofir_Shikolski</dc:creator>
    <dc:date>2018-09-26T08:08:53Z</dc:date>
    <item>
      <title>Ansible playbooks wont run outside of specific directory</title>
      <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29336#M94</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm trying to solve this Ansible playbook issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my playbooks are in this directory&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;/&lt;/SPAN&gt;&lt;EM style="color: #6a6a6a; background-color: #ffffff; font-weight: bold; font-size: small;"&gt;usr&lt;/EM&gt;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;/&lt;/SPAN&gt;&lt;EM style="color: #6a6a6a; background-color: #ffffff; font-weight: bold; font-size: small;"&gt;lib&lt;/EM&gt;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;/python2.7/site-packages/ansible/modules/extras&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;the playbooks run fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;When using Tower, it puts them in its own folder which is /var/lib/aws/projects/&amp;lt;dynamic&amp;gt;/whatever.yml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and I get the following message (both in tower and when I run locally like below)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt; &lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/70868_errrrrrrr.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;I have tried multiple things to try to straiten this out.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 02:47:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29336#M94</guid>
      <dc:creator>Will_H</dc:creator>
      <dc:date>2018-09-25T02:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible playbooks wont run outside of specific directory</title>
      <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29337#M95</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message is telling you what the issue is: namely that when you issue the login message to the Check Point management server, that the fingerprint of the server is not trusted.&lt;/P&gt;&lt;P&gt;You can configure this as part of the login action.&lt;/P&gt;&lt;P&gt;For example, in this playbook quoted here:&amp;nbsp;&lt;A href="https://community.checkpoint.com/thread/9423"&gt;cpAnsible installation on Ubuntu 16.04&amp;nbsp;&lt;/A&gt;, you see the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;- hosts: "localhost"&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; tasks:&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; - name: "login"&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; check_point_mgmt:&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; command: login&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parameters:&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; username: "{{mgmt_user}}"&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; password: "{{mgmt_password}}"&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; management: "{{mgmt_server}}"&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fingerprint: "FA:5A:A6:AC:93:D0:BD:69:9E:E1:72:05:1D:73:24:70:29:17:37:C1"&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; register: login_response&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CLI command &lt;STRONG&gt;api fingerprint&lt;/STRONG&gt; from the management will give you the SHA1 hash you need to add for your management server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 04:11:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29337#M95</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-09-25T04:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible playbooks wont run outside of specific directory</title>
      <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29338#M96</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing the following..&lt;/P&gt;&lt;TABLE data-tab-size="8" style="color: #24292e; background-color: #ffffff;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="2" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;- &lt;SPAN class="" style="color: #22863a;"&gt;hosts&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;"localhost"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="3" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;tasks&lt;/SPAN&gt;:&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="4" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;- &lt;SPAN class="" style="color: #22863a;"&gt;name&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;"login"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="5" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;check_point_mgmt&lt;/SPAN&gt;:&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="6" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;command&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;login&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="7" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;parameters&lt;/SPAN&gt;:&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="8" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;username&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;"{{mgmt_user}}"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="9" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;password&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;"{{mgmt_password}}"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="10" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;management&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;"{{mgmt_server}}"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="11" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;domain&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;"{{mgmt_domain}}"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="12" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;fingerprint&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;"{{mgmt_finger_Print}}"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="13" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;register&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;login_response&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="14" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;- &lt;SPAN class="" style="color: #22863a;"&gt;name&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;"logout"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="15" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;check_point_mgmt&lt;/SPAN&gt;:&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="16" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;command&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;logout&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="" data-line-number="17" style="color: rgba(27, 31, 35, 0.3); padding: 0px 10px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px;"&gt;&lt;SPAN class="" style="color: #22863a;"&gt;session-data&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #032f62;"&gt;'{{login_response}}'&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 07:03:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29338#M96</guid>
      <dc:creator>Will_H</dc:creator>
      <dc:date>2018-09-25T07:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible playbooks wont run outside of specific directory</title>
      <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29339#M97</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.checkpoint.com/migrated-users/45404"&gt;Ryan Darst&lt;/A&gt;‌, any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:50:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29339#M97</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-09-25T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible playbooks wont run outside of specific directory</title>
      <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29340#M98</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you defined your library path correctly in /etc/ansible/ansible.cfg?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 00:01:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29340#M98</guid>
      <dc:creator>Lari_Luoma</dc:creator>
      <dc:date>2018-09-26T00:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible playbooks wont run outside of specific directory</title>
      <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29341#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not using Tower for a very long time, I do not remember that I had issues with that besides the license limitation of the&amp;nbsp;free version &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- name: "Gather API Fingerprint from the Management Server"&lt;BR /&gt; command: "/opt/CPsuite-R80/fw1/bin/api fingerprint |grep SHA1 "&lt;BR /&gt; register: api_fingerprint_raw&lt;/P&gt;&lt;P&gt;- name: "Register the output for only the SHA1 fingerprint"&lt;BR /&gt; set_fact:&lt;BR /&gt; api_fingerprint: "{{ api_fingerprint_raw.stdout.split(' ')[1] }}"&lt;/P&gt;&lt;P&gt;- name: Debug Output&lt;BR /&gt; debug:&lt;BR /&gt; msg: "Output for API SHA1 {{ api_fingerprint }}"&lt;/P&gt;&lt;P&gt;- name: "login"&lt;BR /&gt; check_point_mgmt:&lt;BR /&gt; command: login&lt;BR /&gt; parameters:&lt;BR /&gt; username: "admin"&lt;BR /&gt; password: "vpn123"&lt;BR /&gt; management: "{{ target }}"&lt;BR /&gt; domain: "{{ domain_server }}"&lt;BR /&gt; fingerprint: "{{ api_fingerprint }}"&lt;BR /&gt; register: login_response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 08:08:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29341#M99</guid>
      <dc:creator>Ofir_Shikolski</dc:creator>
      <dc:date>2018-09-26T08:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible playbooks wont run outside of specific directory</title>
      <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29342#M100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After I fixed my indentation it worked. I had fingerprint: lined up with the parameters section. So its not just for looks?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/checkpoint/71072_Screen Shot 2018-09-29 at 1.15.53 PM.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2018 18:17:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29342#M100</guid>
      <dc:creator>Will_H</dc:creator>
      <dc:date>2018-09-29T18:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible playbooks wont run outside of specific directory</title>
      <link>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29343#M101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct it's not just for looks.&lt;/P&gt;&lt;P&gt;Indents matter. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2018 18:55:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Ansible-playbooks-wont-run-outside-of-specific-directory/m-p/29343#M101</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-09-29T18:55:13Z</dc:date>
    </item>
  </channel>
</rss>

