I am running some tasks with delegate_to. When those tasks run, they use 
the same remote_tmp directory setup from the *ansible.cfg*.  However, due 
to permissions and directory size issues, I need to change the remote_tmp 
directory for tasks that I am using delegate_to for. 

Example:
- name: Create Temp Dir 
  delegate_to: localhost 
  file: 
     path: "{{ my_temp_dir }}" 
     state: directory 

I am using Ansible 2.3.2.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/9c074722-92dd-41cb-98e7-88ab37158b8dn%40googlegroups.com.

Reply via email to