Skip to content

Commit

Permalink
Fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
BGmot committed Dec 9, 2024
1 parent 81adb36 commit 17145e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zabbix_agent/tasks/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

- name: "Fail invalid specified agent_listenip"
ansible.builtin.fail:
msg: "{{ item }} The agent_listenip does not exist"
msg: "The {{ item }} (agent_listenip) does not exist"
when:
- item != '0.0.0.0'
- item != '127.0.0.1'
Expand Down

0 comments on commit 17145e8

Please sign in to comment.