mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Fix indent. (#5177)
This commit is contained in:
@@ -77,8 +77,8 @@ EXAMPLES = '''
|
||||
- name: Remove packages foo and bar
|
||||
community.general.xbps:
|
||||
name:
|
||||
- foo
|
||||
- bar
|
||||
- foo
|
||||
- bar
|
||||
state: absent
|
||||
|
||||
- name: Recursively remove package foo
|
||||
|
||||
Reference in New Issue
Block a user