mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #7476/57e36d7d backport][stable-6] timezone tests: do not restore original timezone if it wasn't known (value 'n/a') (#7477)
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').
(cherry picked from commit 57e36d7dc2
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
938ed56d70
commit
56662f82fe
1 changed files with 1 additions and 1 deletions
|
@ -93,4 +93,4 @@
|
|||
- name: Restore original system timezone - {{ original_timezone.diff.before.name }}
|
||||
timezone:
|
||||
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