mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Lint cleanup timezone setting support.
This commit is contained in:
@@ -50,3 +50,9 @@
|
||||
path: /etc/sudoers
|
||||
validate: 'visudo -cf %s'
|
||||
when: ansible_distribution in ['CentOS', 'Red Hat Enterprise Linux']
|
||||
|
||||
- name: "set timezone to {{ timezone }}"
|
||||
timezone:
|
||||
name: "{{ timezone }}"
|
||||
notify: restart cron
|
||||
when: timezone is defined
|
||||
|
||||
Reference in New Issue
Block a user