From ade4f91531acdb000e33a331f0900ff64b4ee6d6 Mon Sep 17 00:00:00 2001 From: Milos Zdravkovic <zmilos85@gmail.com> Date: Tue, 12 Nov 2024 18:41:45 +0100 Subject: [PATCH] Add comment --- geant/gap_ansible/roles/deploy_service_config/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/geant/gap_ansible/roles/deploy_service_config/tasks/main.yml b/geant/gap_ansible/roles/deploy_service_config/tasks/main.yml index 0a7d3377..fec9babe 100644 --- a/geant/gap_ansible/roles/deploy_service_config/tasks/main.yml +++ b/geant/gap_ansible/roles/deploy_service_config/tasks/main.yml @@ -5,6 +5,7 @@ # The "delegate_to" works as expected in conjuction with "import_tasks". # However, mixing "imports" with "includes" is not recommended. +# Another way is to "apply" the "delegate_to: localhost". - name: Assemble the config from fragments in previous roles ansible.builtin.include_tasks: assemble_config.yml -- GitLab