Skip to content
Snippets Groups Projects
Commit 0c3d9885 authored by wu.chunyang's avatar wu.chunyang
Browse files

change the timezone precheck task's condition

this ps[0] uses new condition for timezone mounting
but we missed prechecks condition.

[0] https://review.opendev.org/#/c/745505/

Change-Id: I79323a392e171bebe36d06c19d34e458e05e194b
Closes-Bug: #1882553
parent 393888a1
No related branches found
No related tags found
No related merge requests found
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment