Question 3: Referencing the host_var data in the code block above, how would you programmatically access the value of the "nickname" within an Ansible playbook? Choice: (choose correct answer): () {{ linux.random.nickname }} () {{ nickname }} () {{ random.nickname }} () {{ nickname.random.linux }}