<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>ansible: ERROR! Unexpected Exception: name 'reload' is not defined</title><author_name>Anonymous</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/479 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="479"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;blockquote&gt;
ERROR! Unexpected Exception: name 'reload' is not defined&lt;/blockquote&gt;
&lt;p&gt;Reason was python3 not liking the &lt;tt class="docutils literal"&gt;reload(sys)&lt;/tt&gt; command anymore. Replace it with &lt;tt class="docutils literal"&gt;imp.reload(sys)&lt;/tt&gt; to make it work:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
import sys
import imp
imp.reload(sys)
&lt;/pre&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/479/rev-raw/0428bdd406caa13d34a09f913ee586f35c3af019/README.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/479#README.rst"&gt;README.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
