another symlink bugfix testing
This commit is contained in:
parent
136815edfb
commit
f156e4b74a
|
@ -13,8 +13,10 @@ timezone.packages:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ confmap.pkgname }}
|
- name: {{ confmap.pkgname }}
|
||||||
|
|
||||||
|
timezone.symlink:
|
||||||
file.symlink:
|
file.symlink:
|
||||||
- name: {{ confmap.path-localtime }}
|
- name: {{ confmap.path-localtime }}
|
||||||
- target: {{ confmap.path-zoneinfo }}{{ timezone }}
|
- target: {{ confmap.path-zoneinfo }}{{ timezone }}
|
||||||
|
- force: true
|
||||||
- require:
|
- require:
|
||||||
- pkg: {{ confmap.pkgname }}
|
- pkg: {{ confmap.pkgname }}
|
||||||
|
|
Loading…
Reference in New Issue