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:
|
vars:
|
||||||
ansible_python_interpreter: python3
|
ansible_python_interpreter: python3
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: set timezone
|
||||||
|
community.general.timezone:
|
||||||
|
name: Europe/Paris
|
||||||
- name: upgrade
|
- name: upgrade
|
||||||
apt:
|
apt:
|
||||||
upgrade: true
|
upgrade: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue