Skip to content
Snippets Groups Projects
Commit 962c764a authored by Kamil Andoniadis's avatar Kamil Andoniadis
Browse files

force user removal from kypo proxy

parent 1385593a
Branches
Tags
No related merge requests found
...@@ -182,6 +182,7 @@ ...@@ -182,6 +182,7 @@
name: '{{ user_access_user_name }}' name: '{{ user_access_user_name }}'
state: absent state: absent
remove: yes remove: yes
force: yes
when: not user_access_present when: not user_access_present
- name: remove pool mgmt user from KYPO Proxy - name: remove pool mgmt user from KYPO Proxy
...@@ -189,6 +190,7 @@ ...@@ -189,6 +190,7 @@
name: '{{ user_access_mgmt_name }}' name: '{{ user_access_mgmt_name }}'
state: absent state: absent
remove: yes remove: yes
force: yes
when: not user_access_present and not other_users_from_pool_exists when: not user_access_present and not other_users_from_pool_exists
- name: check the connection with virtual machines through winrm protocol - name: check the connection with virtual machines through winrm protocol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment