Loading tasks/main.yaml +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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" Loading
tasks/main.yaml +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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"