mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
Update timezone.py (#8692)
in order to set a timezone, root priviliages are needed on most distros, therefore i suggest to change an example to make it plug and play ready.
This commit is contained in:
parent
b6c6253bfc
commit
fd811df414
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ diff:
|
|||
|
||||
EXAMPLES = r'''
|
||||
- name: Set timezone to Asia/Tokyo
|
||||
become: true
|
||||
community.general.timezone:
|
||||
name: Asia/Tokyo
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue