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

Merge branch '15-force-user-removal-from-kypo-proxy' into 'master'

force user removal from kypo proxy

Closes #15

See merge request muni-kypo-crp/backend-python/ansible-networking-stage/kypo-ansible-stage-one!18
parents 1385593a 962c764a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment