Adding "force_delete" key to remove user data completely.

In rare cases (for example if environment has been configured
with ldap support user.absent cannot be executed properly and
will fail.

We can add force: True to a state so it wil succeed regardless
of ldap connectivity and remove local user data (home, mail)

Prod-Related: PROD-33024
Change-Id: I535be927bf77ce8ded28eb0a2fe57a0ef31dd161
diff --git a/README.rst b/README.rst
index 1230b5b..ba61d01 100644
--- a/README.rst
+++ b/README.rst
@@ -76,6 +76,20 @@
             home: '/home/elizabeth'
             password: "$6$nUI7QEz3$dFYjzQqK5cJ6HQ38KqG4gTWA9eJu3aKx6TRVDFh6BVJxJgFWg2akfAA7f1fCxcSUeOJ2arCO6EEI6XXnHXxG10"
 
+Remove users data completely:
+
+.. code-block:: yaml
+
+    linux:
+      system:
+        user:
+          example:
+            email: disabled
+            enabled: false
+            full_name: disabled
+            name: example
+            force_delete: True
+
 Setting user defaults
 ---------------------
 Default parameters that will be used by `useradd` command could be configured