From d1ccc2ec92ad2e0800c9ac172c54a615f37e1f71 Mon Sep 17 00:00:00 2001 From: Mira <86979912+mira-miracoli@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:50:58 +0100 Subject: [PATCH] on localhost --- tasks/themes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/themes.yml b/tasks/themes.yml index 311d201..458c9a1 100644 --- a/tasks/themes.yml +++ b/tasks/themes.yml @@ -3,6 +3,7 @@ ansible.builtin.blockinfile: block: "{{ lookup('ansible.builtin.file', galaxy_themes_conf_path) }}" path: "{{ galaxy_themes_ansible_file_path }}/{{ subdomain.name }}/themes/{{ subdomain.name }}.yml" + delegate_to: 127.0.0.1 - name: Copy themes files ansible.builtin.copy: