mirror of https://github.com/ansible/ansible.git
User: Raise an error when force is used to delete group
On platforms like Alpine and BusyBox, group delete operation with force is not applicable. Raise an error notifying the user about the same. Fixes: #85565 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/85610/head
parent
90f62f3fdf
commit
371b7f2b6a
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- user - raise an error if force=true is used while deleting the group on Alpine and BusyBox (https://github.com/ansible/ansible/issues/85565).
|
||||
Loading…
Reference in New Issue