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:
commit
11e74b1d53
@ -310,6 +310,11 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- "{{ wazuh_api_users }}"
|
- "{{ wazuh_api_users }}"
|
||||||
|
|
||||||
|
- name: Delete create_user script
|
||||||
|
file:
|
||||||
|
path: "{{ wazuh_dir }}/framework/scripts/create_user.py"
|
||||||
|
state: absent
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- config_api_users
|
- config_api_users
|
||||||
when:
|
when:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user