From 43795c3477469a8a079f6a2e66227968515e2867 Mon Sep 17 00:00:00 2001 From: nicobo Date: Fri, 20 Nov 2020 23:03:10 +0100 Subject: [PATCH] Fixed rygel_conf -> rygel_conf_path --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 66abb72..a7493c3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -152,7 +152,7 @@ # Because the `ini_file` module used in a loop and `backup:yes` would create a backup for each iteration... :-( - name: Backup Rygel config file (3/3 - saves the temporary backup only if rygel.conf has changed) copy: - dest: "{{ rygel_conf }}.{{ 9999 | random }}.{{ '%Y-%m-%d@%H:%M:%S~' | strftime }}" + dest: "{{ rygel_conf_path }}.{{ 9999 | random }}.{{ '%Y-%m-%d@%H:%M:%S~' | strftime }}" content: "{{ rygel_conf_backup.content | b64decode }}" when: rygel_conf.changed