mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
(cherry picked from commit 57e1e2bd8e)
Co-authored-by: Felix Fontein <felix@fontein.de>
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