# # The ansible.cfg remote_tmp setting should be copied to the target and used # when generating temporary paths created by the runner.py code executing # remotely. # - hosts: all any_errors_fatal: true gather_facts: true tasks: - name: integration/runner__remote_tmp.yml bash_return_paths: register: output - assert: that: output.argv0.startswith('%s/.ansible/mitogen-tests/' % ansible_user_dir) - assert: that: output.argv1.startswith('%s/.ansible/mitogen-tests/' % ansible_user_dir)