Fix formating
Lint ansible / lint (push) Failing after 13s Details

This commit is contained in:
Tomislav Kopić 2024-02-22 23:03:51 +01:00
parent cdc2309703
commit 6289b65025
1 changed files with 3 additions and 3 deletions

View File

@ -11,17 +11,17 @@
tasks:
- name: Upgrade zabbix-release
apt:
ansible.builtin.apt:
name: zabbix-release
state: latest
- name: uninstall zabbix agent
apt:
ansible.builtin.apt:
name: zabbix-agent
state: absent
- name: install zabbix agent2
apt:
ansible.builtin.apt:
name: zabbix-agent2
state: latest