diff --git a/playbook.yml b/playbook.yml index 9f29ec4..7e3a513 100644 --- a/playbook.yml +++ b/playbook.yml @@ -5,6 +5,9 @@ vars: ansible_python_interpreter: python3 tasks: + - name: set timezone + community.general.timezone: + name: Europe/Paris - name: upgrade apt: upgrade: true