mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
cleaner Ansible messaging
This commit is contained in:
parent
1bd1fbda8f
commit
0b688550ea
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
- sysctl: name=net.ipv6.conf.default.disable_ipv6 value=1 state=present
|
- sysctl: name=net.ipv6.conf.default.disable_ipv6 value=1 state=present
|
||||||
- sysctl: name=net.ipv6.conf.lo.disable_ipv6 value=1 state=present
|
- sysctl: name=net.ipv6.conf.lo.disable_ipv6 value=1 state=present
|
||||||
|
|
||||||
- name: Set default Timezone
|
- name: Set default Time Zone
|
||||||
shell: ln -sf /usr/share/zoneinfo/{{ iiab_TZ }} /etc/localtime
|
shell: ln -sf /usr/share/zoneinfo/{{ iiab_TZ }} /etc/localtime
|
||||||
when: iiab_TZ is defined and iiab_TZ != ""
|
when: iiab_TZ is defined and iiab_TZ != ""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue