diff --git a/roles/0-init/tasks/tz.yml b/roles/0-init/tasks/tz.yml index 30b7e2118..017947a05 100644 --- a/roles/0-init/tasks/tz.yml +++ b/roles/0-init/tasks/tz.yml @@ -11,7 +11,7 @@ register: etc_localtime - name: "/etc/localtime now specifies: {{ etc_localtime.stdout }}" - command: echo # 'meta: noop' is not enough to force var instantiation above + command: echo # 'meta: noop' is not enough to force instantiation of 'name: {{ var }}' just above #- name: Check for a /etc/localtime symlink to TZ - NEVER FAILS DUE TO PIPE