remove vars

This commit is contained in:
Expand-sys 2024-01-25 09:53:48 +11:00
parent 22a22d36f0
commit 372eafab80

View file

@ -2,11 +2,6 @@
- name: Play that installs and attaches wazuh agents to wazuh manager
hosts: all
become: true
pre_tasks:
- name: Load variables
ansible.builtin.include_vars: '{{ item }}'
with_first_found:
- "default_vars/default.yaml"
tasks:
- name: add agents
block: