- What effect does adding > to a multiline variable have?
The variable will be rendered as a single line when Ansible inserts it into the playbook run
- True or false: OpenSCAP is certified by NIST.
True
- Why are we telling Ansible to continue if the scan command is marked as failed?
Because the task will always fail if it doesn't get a 100% score
- Explain why we are using tags for certain roles.
So that we can run certain parts of the playbook when we use the --tags flag
- True or false: We use the copy command to copy HTML reports from the remote host to the Ansible controller.
False