From 9c2043918c40e52e05c9d3eadd315f7fc8cc19c1 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Tue, 3 Sep 2024 12:47:11 -0500 Subject: [PATCH] fixing typo --- playbooks/install_configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install_configure.yml b/playbooks/install_configure.yml index d6bde43..4e0fec7 100644 --- a/playbooks/install_configure.yml +++ b/playbooks/install_configure.yml @@ -26,7 +26,7 @@ tasks: - name: Call dispatch role ansible.builtin.include_role: - name: infra.eda_configuration.dispatch + name: infra.ah_configuration.dispatch - name: Configure ansible controller post installation hosts: "{{ env | default('dev') }}" # noqa: syntax-check