diff --git a/plugins/modules/timezone.py b/plugins/modules/timezone.py index dd92cd5bca..65eae5a95b 100644 --- a/plugins/modules/timezone.py +++ b/plugins/modules/timezone.py @@ -60,6 +60,11 @@ EXAMPLES = r""" become: true community.general.timezone: name: Asia/Tokyo + +- name: Set timezone and hardware clock to UTC + community.general.timezone: + name: UTC + hwclock: UTC """ import errno