diff --git a/provisioning/playbook.yml b/provisioning/playbook.yml
index eee32aa83681c43cf21c10d53f68f288bb0528bf..38f2b4a856e1d1b83ee815bdffa0999145fd9410 100644
--- a/provisioning/playbook.yml
+++ b/provisioning/playbook.yml
@@ -182,6 +182,7 @@
           name: '{{ user_access_user_name }}'
           state: absent
           remove: yes
+          force: yes
       when: not user_access_present
 
     - name: remove pool mgmt user from KYPO Proxy
@@ -189,6 +190,7 @@
           name: '{{ user_access_mgmt_name }}'
           state: absent
           remove: yes
+          force: yes
       when: not user_access_present and not other_users_from_pool_exists
 
 - name: check the connection with virtual machines through winrm protocol