From cc6a88dea66600fda7bb5f0aef7ac6106cbc1350 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Sun, 6 Mar 2022 10:19:06 -0500 Subject: [PATCH] fixed ansible-lint errors --- nagios_agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios_agent.yml b/nagios_agent.yml index 5a08703..de78cce 100644 --- a/nagios_agent.yml +++ b/nagios_agent.yml @@ -23,7 +23,7 @@ roles: - role: nagios_agent vars: - #agent_ip: "{{ hostvars[item].ansible_default_ipv4.address }}" + # agent_ip: "{{ hostvars[item].ansible_default_ipv4.address }}" agent_ip: "{{ hostvars[inventory_hostname].ansible_default_ipv4.address }}" # EOF