changed function names for better looking code
This commit is contained in:
parent
de9d96da1c
commit
72ef682bff
|
@ -9,11 +9,11 @@ timezone_setting:
|
||||||
- name: {{ timezone }}
|
- name: {{ timezone }}
|
||||||
- utc: {{ utc }}
|
- utc: {{ utc }}
|
||||||
|
|
||||||
timezone.packages:
|
timezone_packages:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ confmap.pkgname }}
|
- name: {{ confmap.pkgname }}
|
||||||
|
|
||||||
timezone.symlink:
|
timezone_symlink:
|
||||||
file.symlink:
|
file.symlink:
|
||||||
- name: {{ confmap.path_localtime }}
|
- name: {{ confmap.path_localtime }}
|
||||||
- target: {{ confmap.path_zoneinfo }}{{ timezone }}
|
- target: {{ confmap.path_zoneinfo }}{{ timezone }}
|
||||||
|
|
Loading…
Reference in New Issue