mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Add another example.
This commit is contained in:
parent
21a3fd5b20
commit
c90eba7dcf
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Remove finger daemon:
|
# Remove finger daemon:
|
||||||
- pkg5: name=service/network/finger state=absent
|
- pkg5: name=service/network/finger state=absent
|
||||||
|
|
||||||
|
# Install several packages at once:
|
||||||
|
- pkg5:
|
||||||
|
name:
|
||||||
|
- /file/gnu-findutils
|
||||||
|
- /text/gnu-grep
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue