delete create_user.py script after use

This commit is contained in:
vcerenu 2024-03-25 09:45:01 -03:00
parent e6b71e1ff7
commit ffddd179d8
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A

View File

@ -310,6 +310,11 @@
with_items:
- "{{ wazuh_api_users }}"
- name: Delete create_user script
file:
path: "{{ wazuh_dir }}/framework/scripts/create_user.py"
state: absent
tags:
- config_api_users
when: