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