parent
878664778e
commit
8891f559ef
|
@ -77,6 +77,7 @@
|
|||
when:
|
||||
- ansible_facts.distribution ~ ansible_facts.distribution_major_version not in ['Fedora31', 'Fedora32']
|
||||
- not (ansible_os_family == 'Alpine') # TODO
|
||||
- not (ansible_distribution == 'Archlinux') # TODO
|
||||
block:
|
||||
- name: set timezone to Etc/UTC
|
||||
timezone:
|
||||
|
|
Loading…
Reference in New Issue