mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
feat: set vagrant vm timezone
This commit is contained in:
parent
6b982e7df3
commit
f99b01e3d7
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
vars:
|
||||
ansible_python_interpreter: python3
|
||||
tasks:
|
||||
- name: set timezone
|
||||
community.general.timezone:
|
||||
name: Europe/Paris
|
||||
- name: upgrade
|
||||
apt:
|
||||
upgrade: true
|
||||
|
|
Loading…
Reference in a new issue