🔨 Rename ag_timezone → timezone
Move from role-dependent to generic name for this variable
This commit is contained in:
parent
e93b899173
commit
b200819f26
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
roles:
|
||||
- role: ansible.timezone
|
||||
vars:
|
||||
ag_timezone: "{{ timezone }}"
|
||||
|
||||
tasks:
|
||||
- name: Update and clean package cache
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
server_admin: "admin@netz39.de"
|
||||
|
||||
ag_timezone: Europe/Berlin
|
||||
timezone: Europe/Berlin
|
||||
|
||||
users:
|
||||
- logname: "alex"
|
||||
|
|
Loading…
Reference in a new issue