diff --git a/plugins/modules/packaging/os/xbps.py b/plugins/modules/packaging/os/xbps.py index 5c533c135b..aad496238b 100644 --- a/plugins/modules/packaging/os/xbps.py +++ b/plugins/modules/packaging/os/xbps.py @@ -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