Search⌘ K
AI Features

Quiz: What Is Configuration Management?

Take a short quiz to test your understanding of configuration management.

We'll cover the following...
Technical Quiz
1.

ou have a playbook that installs three software packages. After running the playbook once, you rerun it to confirm that the packages’ state does not change. Which code block from the PLAY RECAP output shows that no further changes were made?

A.
PLAY RECAP ****************************************************************************
0.0.0.0                    : ok=3    changed=2    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
B.
PLAY RECAP ****************************************************************************
0.0.0.0                    : ok=0    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
C.
PLAY RECAP ****************************************************************************
0.0.0.0                    : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
D.
PLAY RECAP ****************************************************************************
0.0.0.0                    : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0

1 / 4
...