mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Docs: add Pygments lexer for Ansible output (#50318)
* Add specialized lexer for Ansible output. * Make linter happy. * Use different tokens.
This commit is contained in:
committed by
Sandra McCann
parent
5a8aa7ca1f
commit
9657a21438
@@ -360,7 +360,9 @@ task::
|
||||
- win_whoami:
|
||||
become: yes
|
||||
|
||||
The output will look something similar to the below::
|
||||
The output will look something similar to the below:
|
||||
|
||||
.. code-block:: ansible-output
|
||||
|
||||
ok: [windows] => {
|
||||
"account": {
|
||||
|
||||
Reference in New Issue
Block a user