Improvements sambox-client.
This commit is contained in:
parent
06973c015b
commit
d7d767fea9
3 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue