@domingochavez16 use pre keyword in between <> and closed with same keyword </> (like /pre) or you can use ``` triple this exactly i don’t know name and in the end use same triple this.
The validation for Q7 seems to be broken, and the sample answer is incorrect/incomplete.
---
- hosts: web2
gather_facts: no
tasks:
- name: Run a script
shell: sh /usr/local/bin/report_status.sh
register: test
- debug:
var: test
Trying to run any playbook gives the following output:
└── ansible-0510-conditionals
└── cleanup
--> Scenario: 'ansible-0510-conditionals'
--> Action: 'cleanup'
ERROR! playbooks must be a list of plays
ERROR: