Replace "/path/to/awx-host/filesystem" with the actual path to the directory where you want to save the output file.
Alternatively, you could use the "copy" module to copy the output file from the temporary pod to the AWX host's filesystem.
- name: Save switch configuration shell: command to save switch configuration > switch_config.txt delegate_to: localhost register: switch_config_output - name: Copy switch configuration output to AWX host copy: content: "{{ switch_config_output.stdout }}" dest: /path/to/awx-host/filesystem/switch_config.txt
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/cace5f48-9a3c-44c8-aa50-359198bac382n%40googlegroups.com.

You received this message because you are subscribed to a topic in the Google Groups "AWX Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/awx-project/QoJdFMcYYws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/66ee7e9e-042e-4a31-a90c-05c851c37dd0n%40googlegroups.com.