update quotes hosts var in playbook

This commit is contained in:
Ruben Blanco 2023-12-19 15:52:18 +01:00
parent 4967b0d0b5
commit 46159921ba
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
- hosts: "{{ ip_addr }}"
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes

View File

@ -1,6 +1,6 @@
---
- hosts: "{{ ip_addr }}"
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes