What is the industry standard practise for the order of ansible commands?
a) copy configuration BEFORE installation of packaged
b) copy configuration AFTER installation of packaged
The a) has advantage that the installed packages will run as wanted on the first start, which seems better for security.
But b) seems more logical (or at least I was used to install and config packages this way...)