mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07: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:
parent
5a8aa7ca1f
commit
9657a21438
2 changed files with 125 additions and 4 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue