From 058781709ca51fcc1315a9c7b02a00a37c70c232 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 22 Feb 2024 18:26:10 +0930 Subject: [PATCH] feat(server): show ip address in logs when updating an ip address !8 --- playbooks/tasks/server/ipaddress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tasks/server/ipaddress.yaml b/playbooks/tasks/server/ipaddress.yaml index 52ceb04..a40543a 100644 --- a/playbooks/tasks/server/ipaddress.yaml +++ b/playbooks/tasks/server/ipaddress.yaml @@ -1,7 +1,7 @@ --- -- name: Update IP Address' found +- name: "Update IP Address' found - {{ scan_address.ipaddress.ip }}" community.mysql.mysql_query: login_host: "{{ nfc_c_mysql_host }}" login_port: "{{ nfc_c_mysql_port | default(3306) | int }}"