e8716e742e
If we move these into a subdir, it cleans up the number of things we nave to files match on. Stop running disable-puppet-agent in base. We run it in run-puppet which should be fine. Change-Id: Ia16adb96b11d25a097490882c4c59a50a0b7b23d
15 lines
350 B
YAML
15 lines
350 B
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
|