|
|
|
|
|
by epicide
1500 days ago
|
|
The core builtins help you to write idempotent playbooks, but it is far from a guarantee. One simple example would just be to use the command task, which executes an arbitrary command. You, the developer, are responsible for telling Ansible how that should be made idempotent. |
|
It's akin to "unsafe" in Rust and ansible does warn you it's a bad idea unless you really need it.