(cherry picked from commit 674b1da8bf
)
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/4914/head
parent
29145b15de
commit
bf42b48d5d
|
@ -287,7 +287,7 @@
|
|||
|
||||
- name:
|
||||
set_fact:
|
||||
hwclock_supported: '{{ hwclock_test is successful or timedatectl_test is successful }}'
|
||||
hwclock_supported: '{{ hwclock_test is successful or (timedatectl_test is successful and "RTC time: n/a" not in timedatectl_test.stdout) }}'
|
||||
##
|
||||
## test set hwclock, idempotency and checkmode
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue