mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
correct test-module arguments
This commit is contained in:
parent
10387cb19c
commit
2be8cbfa2b
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
|
||||||
|
@ -335,7 +334,7 @@ a lot shorter than this:</p>
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
<p>Let’s test that module:</p>
|
<p>Let’s test that module:</p>
|
||||||
<div class="highlight-python"><pre>ansible/hacking/test-module ./time time=\"March 14 12:23\"</pre>
|
<div class="highlight-python"><pre>ansible/hacking/test-module -m ./time -a time=\"March 14 12:23\"</pre>
|
||||||
</div>
|
</div>
|
||||||
<p>This should return something like:</p>
|
<p>This should return something like:</p>
|
||||||
<div class="highlight-python"><div class="highlight"><pre><span class="p">{</span><span class="s">"changed"</span><span class="p">:</span> <span class="bp">True</span><span class="p">,</span> <span class="s">"time"</span><span class="p">:</span> <span class="s">"2012-03-14 12:23:00.000307"</span><span class="p">}</span>
|
<div class="highlight-python"><div class="highlight"><pre><span class="p">{</span><span class="s">"changed"</span><span class="p">:</span> <span class="bp">True</span><span class="p">,</span> <span class="s">"time"</span><span class="p">:</span> <span class="s">"2012-03-14 12:23:00.000307"</span><span class="p">}</span>
|
||||||
|
|
|
@ -166,7 +166,7 @@ a lot shorter than this::
|
||||||
|
|
||||||
Let's test that module::
|
Let's test that module::
|
||||||
|
|
||||||
ansible/hacking/test-module ./time time=\"March 14 12:23\"
|
ansible/hacking/test-module -m ./time -a time=\"March 14 12:23\"
|
||||||
|
|
||||||
This should return something like::
|
This should return something like::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue