Refer to the exhibit. A playbook fails with the error 'file not found: /var/www/app-v2.1.0.tar.gz' on the control node. What is the most likely cause?
The copy source is /var/www/app-v2.1.0.tar.gz on the control node, which is missing.
Why this answer
The copy task uses a relative path to the source file on the control node, which is not found.