Fix variable

This commit is contained in:
Sam A. 2023-12-23 23:15:28 +01:00
parent 7821f7807f
commit 872bdb4c48
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# code: language=ansible
---
- name: Run play
hosts: ${TARGET_HOSTS}
hosts: ${HOSTS}
remote_user: ansible
become: true
roles: ${ROLES}