mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-07 11:10:31 -07:00
Fix indent. (#5177)
This commit is contained in:
parent
3a08903e1c
commit
57e1e2bd8e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue