- hosts variable in ansible.yml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: {{ deploy_hosts }}
|
||||
- hosts: "{{ deploy_hosts }}"
|
||||
remote_user: ubuntu
|
||||
tasks:
|
||||
- name: copy execute file to dest
|
||||
|
||||
Reference in New Issue
Block a user