1
0
Fork 0
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:
Lionel Coupouchetty-Ramouchetty 2021-02-28 14:00:20 +01:00
parent 6b982e7df3
commit f99b01e3d7

View file

@ -5,6 +5,9 @@
vars:
ansible_python_interpreter: python3
tasks:
- name: set timezone
community.general.timezone:
name: Europe/Paris
- name: upgrade
apt:
upgrade: true