diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-09-23 12:14:19 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-09-23 12:14:19 -0400 |
commit | ecd72950a2ed9148e65bad18e9e358a2c63b7c35 (patch) | |
tree | b44737c3c5ac1cc6d96f1bd8acd410c60860812a /group_vars/all.yml | |
parent | 576cb9e0be0992fb5d937a7d9bd95b657c3926eb (diff) | |
download | emacsconf-ansible-ecd72950a2ed9148e65bad18e9e358a2c63b7c35.tar.xz emacsconf-ansible-ecd72950a2ed9148e65bad18e9e358a2c63b7c35.zip |
Diffstat (limited to 'group_vars/all.yml')
-rw-r--r-- | group_vars/all.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 97eb83e..f9be97a 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -43,6 +43,6 @@ media_protect_root: true protect_stream_with_password: false restreaming_platforms: [] - +update_cache: true backup_dir_on_server: "~{{emacsconf_user}}/backups/" local_backup_dir: "backups/" |