Merge "change the timezone precheck task's condition"
This commit is contained in:
commit
d4ef57130c
@ -23,4 +23,4 @@
|
||||
/etc/timezone is not found. This file is used for system-wide timezone
|
||||
settings and Kolla Ansible needs this file for mounting it to containers.
|
||||
when: not etc_timezone.stat.exists
|
||||
when: kolla_base_distro in ['ubuntu', 'debian']
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
Loading…
x
Reference in New Issue
Block a user