From fc85078ec65849e6960716c327f36957b2700e05 Mon Sep 17 00:00:00 2001 From: "ayoub.berhili" Date: Thu, 24 Oct 2024 13:26:49 +0200 Subject: [PATCH] fixup! Allow Alloy to Create Config File directly from File --- roles/alloy/tasks/deploy.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/alloy/tasks/deploy.yml b/roles/alloy/tasks/deploy.yml index 19e272b1..8df6e01d 100644 --- a/roles/alloy/tasks/deploy.yml +++ b/roles/alloy/tasks/deploy.yml @@ -91,15 +91,6 @@ when: alloy_config_file is not defined or alloy_config_file == "" notify: restart alloy -- name: Template Alloy config - /etc/alloy/config.alloy - ansible.builtin.template: - src: "config.alloy.j2" - dest: "/etc/alloy/config.alloy" - owner: "root" - group: "root" - mode: "0644" - notify: restart alloy - - name: Add the Alloy system user to additional group ansible.builtin.user: name: "alloy"