From f92391b3d6d362064e34da07b551b5517438e3e0 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 16 May 2020 19:36:07 +0200 Subject: [PATCH] rename akku.sh to akku.sh.j2 and fix description --- tasks/copy_media_files.yml | 2 +- tasks/main.yml | 2 +- templates/{akku.sh => akku.sh.j2} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename templates/{akku.sh => akku.sh.j2} (100%) diff --git a/tasks/copy_media_files.yml b/tasks/copy_media_files.yml index 077aa96..a460163 100644 --- a/tasks/copy_media_files.yml +++ b/tasks/copy_media_files.yml @@ -2,7 +2,7 @@ - name: copy sound warning script become: yes template: - src: 'templates/akku.sh' + src: 'templates/akku.sh.j2' dest: '/opt/akku.sh' owner: 'root' group: 'root' diff --git a/tasks/main.yml b/tasks/main.yml index f1aeaed..b37a1b5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -23,7 +23,7 @@ - manage_packages_akku_warning | bool - install_and_enable_cronie | bool -- name: Check akku every 2 minutes +- name: Check akku every 3 minutes become: yes cron: name: check if akku still okay diff --git a/templates/akku.sh b/templates/akku.sh.j2 similarity index 100% rename from templates/akku.sh rename to templates/akku.sh.j2