Commit fa3c3655 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove when condition

parent ee4825a5
Loading
Loading
Loading
Loading
Loading
+0 −2
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:

    # load os specific variables
@@ -21,5 +20,4 @@

# zabbix-agent prerequisites
- name: "zabbix-agent prerequisites"
  when: "zabbix_agent_enable"
  ansible.builtin.import_tasks: "prerequisites.yaml"