diff --git a/ansible/hosts.yml b/ansible/hosts.yml index c7dd14e..35b291c 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -2,4 +2,5 @@ all: hosts: sls-lc: ansible_remote_tmp: /tmp/.ansible_${ansible_user}_tmp - sls-vserv-bd-hla01-dev: \ No newline at end of file + sls-vserv-bd-hla01-dev: + ansible_remote_tmp: /tmp/.ansible_${ansible_user}_tmp \ No newline at end of file