mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
timezone tests: do not restore original timezone if it wasn't known (value 'n/a') (#7476)
Do not restore original timezone if it wasn't known (value 'n/a').
This commit is contained in:
parent
a366318ac6
commit
57e36d7dc2
1 changed files with 1 additions and 1 deletions
|
@ -93,4 +93,4 @@
|
||||||
- name: Restore original system timezone - {{ original_timezone.diff.before.name }}
|
- name: Restore original system timezone - {{ original_timezone.diff.before.name }}
|
||||||
timezone:
|
timezone:
|
||||||
name: "{{ original_timezone.diff.before.name }}"
|
name: "{{ original_timezone.diff.before.name }}"
|
||||||
when: original_timezone is changed
|
when: original_timezone is changed and original_timezone.diff.before.name != 'n/a'
|
||||||
|
|
Loading…
Reference in a new issue