feat(server): show ip address in logs when updating an ip address

!8
This commit is contained in:
2024-02-22 18:26:10 +09:30
parent 2186a85abf
commit 058781709c

View File

@ -1,7 +1,7 @@
--- ---
- name: Update IP Address' found - name: "Update IP Address' found - {{ scan_address.ipaddress.ip }}"
community.mysql.mysql_query: community.mysql.mysql_query:
login_host: "{{ nfc_c_mysql_host }}" login_host: "{{ nfc_c_mysql_host }}"
login_port: "{{ nfc_c_mysql_port | default(3306) | int }}" login_port: "{{ nfc_c_mysql_port | default(3306) | int }}"