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}