Handlers in Ansible provide another type of conditional execution. They define a task or tasks whose execution is dependent upon… Read more Ansible: Handlers
Month: July 2021
Ansible: Know When to Say When
Conditional execution is the powerhouse of every programming language. Ansible provides the when operator to make run-time decisions about whether… Read more Ansible: Know When to Say When