add tz cchange
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s

This commit is contained in:
hogweed1
2025-11-22 00:50:42 +10:00
parent 10beb6b890
commit 65852c5281
2 changed files with 9 additions and 0 deletions

View File

@@ -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
View 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