1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix docs.

This commit is contained in:
Vladimir Botka 2022-01-28 12:06:20 +01:00
parent 426fae38b7
commit 672bf34039
No known key found for this signature in database
GPG key ID: 90D199128ED44F01

View file

@ -58,7 +58,7 @@ You can use the ``random_mac`` filter to complete a partial `MAC address <https:
- name: "Create a random MAC starting with 00:11:22:"
debug:
msg: "{{ '00:11:22' | community.general.random_mac }}"
This produces:
.. code-block:: ansible-output