mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix Ansible documentation in part of example formatting. Part 2 (#333)
* Fix Ansible documentation in part of example formatting * fix * Revert osx_defaults.py
This commit is contained in:
@@ -48,13 +48,13 @@ options:
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Install a package
|
||||
- pkgutil:
|
||||
- name: Install a package
|
||||
pkgutil:
|
||||
name: CSWcommon
|
||||
state: present
|
||||
|
||||
# Install a package from a specific repository
|
||||
- pkgutil:
|
||||
- name: Install a package from a specific repository
|
||||
pkgutil:
|
||||
name: CSWnrpe
|
||||
site: 'ftp://myinternal.repo/opencsw/kiel'
|
||||
state: latest
|
||||
|
||||
Reference in New Issue
Block a user