Using tags to express Ansible tasks dependencies
Everything is simple when we write a playbook that does one thing. We have a powerful tool for expressing dependencies: the task order. But sometimes we want more than one target. We want to deploy something, then cleanup something. Or even build som...
Feb 3, 20262 min read195

