About linux : How-to-evaluate-nested-bash-expressions-in-ansible-commands
Question Detail I am trying to write an ansible script, and want to run a command with nested commands, e.g.: echo “$(uname -s)-$(uname -r)” | grep “Linux” NOTE: (The actual command is a curl...