Commit 8bf1f92e authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove when condition

parent 0d0b0e69
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

# load variables and collect version information
- name: "include vars and collect versions"
  when: "zabbix_agent_enable"
  block:

    # collect zabbix-agent2 version information
@@ -18,9 +17,7 @@
# zabbix-agent install
- name: "zabbix-agent install"
  ansible.builtin.include_tasks: "install.yaml"
  when: "zabbix_agent_enable"

# zabbix-agent config
- name: "zabbix-agent config"
  ansible.builtin.include_tasks: "config.yaml"
  when: "zabbix_agent_enable"