Ansible Playbook Language

Playbook, role, task, handler, idempotency — core Ansible vocabulary for infrastructure automation. Intermediate

0 / 5 completed
1 / 5

An Ansible playbook run completes with the following summary:

PLAY RECAP: webserver01 : ok=8  changed=5  unreachable=0  failed=1  skipped=2  rescued=0

What does "changed=5" indicate?