fix: Failed to delete account

This commit is contained in:
wangruidong
2025-03-20 16:56:59 +08:00
committed by w940853815
parent afc31ee5ce
commit db259d4e8b
5 changed files with 11 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/python
from __future__ import absolute_import, division, print_function
__metaclass__ = type
__metaclass__ = type
DOCUMENTATION = '''
---
@@ -207,7 +207,7 @@ def main():
temporary_tablespace=temporary_tablespace
)
elif state == 'absent':
user_remove(oracle_client)
user_remove(module, oracle_client, user)
module.exit_json(changed=True, user=user)