/home/zuul/src/opendev.org/opendev/system-config/playbooks/base.yaml
Execution
Date 08 Apr 2026 21:33:01 +0000
Duration 00:01:48.85
Controller bridge99.opendev.org
User root
Versions
Ansible 2.15.13
ara 1.7.5 / 1.7.5
Python 3.10.12
Summary
2 Hosts
87 Tasks
171 Results
1 Plays
27 Files
0 Records

File: /home/zuul/src/opendev.org/opendev/system-config/playbooks/roles/base/timezone/tasks/main.yaml

- name: Include OS-specific variables
  include_vars: "{{ lookup('first_found', params) }}"
  vars:
    params:
      files: "{{ distro_lookup_path }}"
      paths:
        - 'vars'

- name: Set timezone to Etc/UTC
  timezone:
    name: Etc/UTC
  # The timezone Ansible module recommends restarting cron after tz change.
  notify:
    - restart cron