From 962c764aaeb690109b4e8fe416a12099f4838239 Mon Sep 17 00:00:00 2001
From: Kamil Andoniadis <andoniadis@ics.muni.cz>
Date: Wed, 26 May 2021 21:28:28 +0200
Subject: [PATCH] force user removal from kypo proxy

---
 provisioning/playbook.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/provisioning/playbook.yml b/provisioning/playbook.yml
index eee32aa..38f2b4a 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
-- 
GitLab