> > Is it possible to set this behavior within Ansible? I tried the following > without any luck... >
I would recommend that you don't use aliases in non-interactive shells. If the script grows, maybe use the script-module instead https://docs.ansible.com/ansible/script_module.html . Another option is to use shell functions instead of aliases. Cheers, Paul -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/52d7f33b-1d4d-4383-bf92-23ca7950acbd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
