- True or false: We need to double-check every task in our playbook, so it will work on both operating systems.
True
- Which configuration option allows us to define the path to Python that, Ansible will use?
The option is ansible_python_interpreter
- Explain why we need to make changes to the tasks that are configured and interact with the PHP-FPM service.
The path to the configuration files is different and also PHP-FPM runs under a different group by default on Ubuntu
- True or false: The package names for each of the operating systems correspond exactly.
False