mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
community.general.xbps:
|
||||
name:
|
||||
- foo
|
||||
- bar
|
||||
- foo
|
||||
- bar
|
||||
state: absent
|
||||
|
||||
- name: Recursively remove package foo
|
||||
|
|
Loading…
Reference in a new issue