Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from tylerauerbeck/device-doc-fix
Browse files Browse the repository at this point in the history
Remove extra quote from device results
  • Loading branch information
displague authored Aug 15, 2022
2 parents 1bc97b0 + cdff7e2 commit 2f70c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/equinix.metal.device_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
<div>Information about each device that was processed</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&quot;hostname&quot;: &quot;my-server.com&quot;, &quot;id&quot;: &quot;2a5122b9-c323-4d5c-b53c-9ad3f54273e7&quot;, &quot;public_ipv4&quot;: &quot;147.229.15.12&quot;, &quot;private-ipv4&quot;: &quot;10.0.15.12&quot;, &quot;tags&quot;: [], &quot;locked&quot;: false, &quot;state&quot;: &quot;provisioning&quot;, &quot;public_ipv6&quot;: &quot;&quot;2604:1380:2:5200::3&quot;}]</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&quot;hostname&quot;: &quot;my-server.com&quot;, &quot;id&quot;: &quot;2a5122b9-c323-4d5c-b53c-9ad3f54273e7&quot;, &quot;public_ipv4&quot;: &quot;147.229.15.12&quot;, &quot;private-ipv4&quot;: &quot;10.0.15.12&quot;, &quot;tags&quot;: [], &quot;locked&quot;: false, &quot;state&quot;: &quot;provisioning&quot;, &quot;public_ipv6&quot;: &quot;2604:1380:2:5200::3&quot;}]</div>
</td>
</tr>
</table>
Expand Down

0 comments on commit 2f70c30

Please sign in to comment.