bitwarden

This commit is contained in:
jaydee 2024-11-19 14:43:05 +01:00
parent dad85f7a1b
commit eb5b16f977

View File

@ -99,7 +99,7 @@
ansible.builtin.lineinfile:
path: "{{ zabbix_agent_cfg }}"
regexp: "^Hostname=.*"
line: "Hostname={{ansible_hostname}}"
line: "Hostname={{ inventory_hostname }}"
- name: Reconfigure zabbix-agent2 config
ansible.builtin.lineinfile: