From 872bdb4c4852988ceac66048f192a9864518c434 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sat, 23 Dec 2023 23:15:28 +0100 Subject: [PATCH] Fix variable --- playbook_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook_template.yml b/playbook_template.yml index 6479fc2..b8ff532 100644 --- a/playbook_template.yml +++ b/playbook_template.yml @@ -2,7 +2,7 @@ # code: language=ansible --- - name: Run play - hosts: ${TARGET_HOSTS} + hosts: ${HOSTS} remote_user: ansible become: true roles: ${ROLES}