Fixed accidental change of default update_hostname behaviour
This commit is contained in:
parent
2a27db4ba8
commit
0448703897
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Defaults:
|
||||||
|
|
||||||
```
|
```
|
||||||
hostname: "{{ inventory_hostname }}"
|
hostname: "{{ inventory_hostname }}"
|
||||||
update_hostname: no
|
update_hostname: yes
|
||||||
locales_gen:
|
locales_gen:
|
||||||
- en_US.UTF-8
|
- en_US.UTF-8
|
||||||
- de_DE.UTF-8
|
- de_DE.UTF-8
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
# defaults file for common
|
# defaults file for common
|
||||||
hostname: "{{ inventory_hostname }}"
|
hostname: "{{ inventory_hostname }}"
|
||||||
update_hostname: no
|
update_hostname: yes
|
||||||
locales_gen:
|
locales_gen:
|
||||||
- en_US.UTF-8
|
- en_US.UTF-8
|
||||||
- de_DE.UTF-8
|
- de_DE.UTF-8
|
||||||
|
|
Loading…
Add table
Reference in a new issue