Improvements sambox-client.

This commit is contained in:
Andreas B. Mundt 2022-06-18 09:35:59 +02:00 committed by Andreas B. Mundt
parent 06973c015b
commit d7d767fea9
3 changed files with 20 additions and 2 deletions

View file

@ -9,6 +9,7 @@
name:
- di-netboot-assistant
- "{{ di_pkg }}"
state: latest # noqa package-latest
notify:
- bind mount images
- rebuild di-netboot-assistant menu
@ -26,3 +27,4 @@
path: /etc/hosts
regexp: '^(127\.0\.1\.1.*)$'
replace: '#\1\n{{ ipaddr_lan | ipaddr("address") }} {{ ansible_hostname }}.{{ ansible_domain }} {{ ansible_hostname }}'
when: ipaddr_lan is defined