Merge pull request #1244 from wazuh/513-auxiliary-scripts-are-being-permanently-installed-on-wazuh-manager-by-docker-and-ansible-deployments

Delete create_user.py script
This commit is contained in:
Gonzalo Acuña 2024-03-26 07:37:33 -03:00 committed by GitHub
commit 11e74b1d53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: