@@ -251,12 +251,17 @@ Defaults to ‘no’.</li>
...
@@ -251,12 +251,17 @@ Defaults to ‘no’.</li>
<ulclass="simple">
<ulclass="simple">
<li>Corresponds to the -t option for apt, and sets pin priorities</li>
<li>Corresponds to the -t option for apt, and sets pin priorities</li>
</ul>
</ul>
<p><em>install-recommends</em>: (devel branch now, part of ansible 0.6 later)</p>
<ulclass="simple">
<li>Corresponds to the –no-install-recommends option for apt. Defaults to ‘yes’, which means install the recommended packages the same way APT does by default. Set this to ‘no’ to add the option not to install recommended packages.</li>
</ul>
<p>Example action from Ansible <aclass="reference internal"href="playbooks.html"><em>Playbooks</em></a>:</p>
<p>Example action from Ansible <aclass="reference internal"href="playbooks.html"><em>Playbooks</em></a>:</p>
is an excellent way to track changes to your inventory and host variables.</p>
is an excellent way to track changes to your inventory and host variables.</p>
<p>Tip: If you ever have two python interpreters on a system, set a variable called ‘ansible_python_interpreter’ to
<p>Tip: If you ever have two python interpreters on a system, set a variable called ‘ansible_python_interpreter’ to
the Python interpreter path you would like to use.</p>
the Python interpreter path you would like to use.</p>
<p>Tip: Be sure to start any YAML file with the YAML record designator <ttclass="docutils literal"><spanclass="pre">---</span></tt> on the first line.</p>
</div>
</div>
<divclass="section"id="yaml-inventory">
<divclass="section"id="yaml-inventory">
<h2>YAML Inventory<aclass="headerlink"href="#yaml-inventory"title="Permalink to this headline">¶</a></h2>
<h2>YAML Inventory<aclass="headerlink"href="#yaml-inventory"title="Permalink to this headline">¶</a></h2>