mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add another example.
This commit is contained in:
@@ -45,6 +45,12 @@ EXAMPLES = '''
|
||||
|
||||
# Remove finger daemon:
|
||||
- pkg5: name=service/network/finger state=absent
|
||||
|
||||
# Install several packages at once:
|
||||
- pkg5:
|
||||
name:
|
||||
- /file/gnu-findutils
|
||||
- /text/gnu-grep
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user