From 549afbf95e213706b7f1c82bb4a180990ae4bea4 Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 16 Nov 2021 13:49:04 +0300 Subject: [PATCH] split templates to Debian and RedHat specific --- tasks/Debian/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Debian/install.yaml b/tasks/Debian/install.yaml index 8f0bd79..21c4b09 100644 --- a/tasks/Debian/install.yaml +++ b/tasks/Debian/install.yaml @@ -12,7 +12,7 @@ - name: Add redis.list to sources template: - src: "etc/apt/sources.list.d/redis.list.j2" + src: "{{ ansible_os_family }}/etc/apt/sources.list.d/redis.list.j2" dest: /etc/apt/sources.list.d/redis.list #- name: Add redis repository from PPA