Questions
Answer the following questions to test your knowledge of this chapter:
- True or False: The
ansible.builtin.debug
module allows you to print the value of a variable or a fixed string during Ansible’s execution.- True
- False
- Which keyword allows Ansible to force limit the host’s execution?
--
limit
--
max
--
restrict
--
force
--
except