mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit 57e1e2bd8e
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
fe0a5fd85f
commit
d2b0a0d2bf
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