add tz cchange
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#### TODO обе роли - пакаджесы и юзеры
|
||||
---
|
||||
- import_playbook: timezone.yml
|
||||
- import_playbook: packages.yml
|
||||
- import_playbook: resolvconf.yml
|
||||
- import_playbook: users.yml
|
||||
|
||||
8
playbooks/timezone.yml
Normal file
8
playbooks/timezone.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Change timezone
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Set timezone to Europe/London
|
||||
community.general.timezone:
|
||||
name: Asia/Vladivostok
|
||||
Reference in New Issue
Block a user