--- # simple version check for this playbook # true is highly recomended submodules_versioncheck: false # which user are we currently using? akku_user: "{{ ansible_user_id }}" # which sound should we play? akku_sound_src: 'files/low_battery.m4a' akku_sound_dest: '/opt/low_battery.m4a' # should we install cronie? install_and_enable_cronie: true # play a video in the background with sound multimedia_akku_warning: true # you want to install missing packages? manage_packages_akku_warning: true