mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 16:34:02 -07:00
Fix code-blocks to use correct syntax highlighting
This commit is contained in:
parent
01849004e9
commit
08d6990e67
20 changed files with 244 additions and 223 deletions
|
@ -126,7 +126,7 @@ EXAMPLES = '''
|
|||
|
||||
# Update all packages on the system
|
||||
- openbsd_pkg:
|
||||
name: *
|
||||
name: '*'
|
||||
state: latest
|
||||
|
||||
# Purge a package and it's configuration files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue